diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-08-31 03:29:36 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-08-31 03:44:07 +0300 |
commit | 683ca10e369ae6699197e81f6fd5aec44c05c4f1 (patch) | |
tree | b42e0e456650ed3cc5827324695f92ef49b41884 /powerlevel9k.zsh-theme | |
parent | 3b0da2c3489fd65543d9b116d4aaa7d1405fff32 (diff) |
vcs: adding detection of unstaged / staged for svn repos
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 3d7a913a..bf09b4ce 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -876,7 +876,7 @@ prompt_vcs() { zstyle ':vcs_info:git*+set-message:*' hooks $POWERLEVEL9K_VCS_GIT_HOOKS defined POWERLEVEL9K_VCS_HG_HOOKS || POWERLEVEL9K_VCS_HG_HOOKS=(vcs-detect-changes) zstyle ':vcs_info:hg*+set-message:*' hooks $POWERLEVEL9K_VCS_HG_HOOKS - defined POWERLEVEL9K_VCS_SVN_HOOKS || POWERLEVEL9K_VCS_SVN_HOOKS=(svn-detect-changes) + defined POWERLEVEL9K_VCS_SVN_HOOKS || POWERLEVEL9K_VCS_SVN_HOOKS=(vcs-detect-changes svn-detect-changes) zstyle ':vcs_info:svn*+set-message:*' hooks $POWERLEVEL9K_VCS_SVN_HOOKS # For Hg, only show the branch name |