enabled svn, git in vcs_info

This commit is contained in:
steeef 2010-10-01 10:55:37 -07:00
commit 3ff2e88fa4

View file

@ -20,6 +20,9 @@ autoload -U add-zsh-hook
autoload -Uz vcs_info
# enable VCS systems you use
zstyle ':vcs_info:*' enable git svn
# check-for-changes can be really slow.
# you should disable it, if you work with large repositories
zstyle ':vcs_info:*:prompt:*' check-for-changes true