+ added initial SCM plugin with chpwd_functions hook for SCM root detection

This commit is contained in:
Marcel Hoyer 2012-01-22 14:40:32 +01:00
commit a1082573b1

View file

@ -0,0 +1,3 @@
declare -a chpwd_functions
chpwd_functions+='scm_detect_root'