diff --git a/shell/prompt.sh b/shell/prompt.sh index 72f8259..33704c0 100644 --- a/shell/prompt.sh +++ b/shell/prompt.sh @@ -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"