mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge 73a1184433 into 397c085a19
This commit is contained in:
commit
ba0273eeaf
4 changed files with 155 additions and 0 deletions
5
plugins/scm/scm.plugin.zsh
Normal file
5
plugins/scm/scm.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
declare -a chpwd_functions
|
||||
declare -a precmd_functions
|
||||
chpwd_functions+='scm_detect_root'
|
||||
precmd_functions+='scm_build_prompt_info'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue