mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
+ added initial SCM plugin with chpwd_functions hook for SCM root detection
This commit is contained in:
parent
251c06f1f0
commit
a1082573b1
1 changed files with 3 additions and 0 deletions
3
plugins/scm/scm.plugin.zsh
Normal file
3
plugins/scm/scm.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
declare -a chpwd_functions
|
||||
chpwd_functions+='scm_detect_root'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue