ohmyzsh/plugins/scm/scm.plugin.zsh

5 lines
134 B
Bash

declare -a chpwd_functions
declare -a precmd_functions
chpwd_functions+='scm_detect_root'
precmd_functions+='scm_build_prompt_info'