Tighten VCS display in prompt

pull/2/head
Bodaniel Jeanes 2011-06-07 16:39:08 -05:00
parent 6fc0c70bff
commit db1a0b347f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ fi
autoload vcs_info
zstyle ':vcs_info:*' enable git hg svn
zstyle ':vcs_info:*' get-revision true
zstyle ':vcs_info:*' formats "(%s) %b:%8>>%i%<<..." "%r"
zstyle ':vcs_info:*' actionformats "(%s) %b:%8>>%i%<<...|%U%a%%u"
zstyle ':vcs_info:*' formats "(%s) %b@%6>>%i%<<…" "%r"
zstyle ':vcs_info:*' actionformats "(%s) %b@%6>>%i%<<…|%U%a%%u"
zstyle ':vcs_info:*' branchformat "%b:%r"
zstyle ':vcs_info:hg*:*' use-simple true
zstyle ':vcs_info:svn:*' formats "(%s) %b:r%i" "%r"