mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
enabled svn, git in vcs_info
This commit is contained in:
parent
0ce0e84ed7
commit
3ff2e88fa4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue