mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
5 lines
134 B
Bash
5 lines
134 B
Bash
declare -a chpwd_functions
|
|
declare -a precmd_functions
|
|
chpwd_functions+='scm_detect_root'
|
|
precmd_functions+='scm_build_prompt_info'
|
|
|