From db1a0b347ff029596800b7460b17b2834a05f5df Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Tue, 7 Jun 2011 16:39:08 -0500 Subject: [PATCH] Tighten VCS display in prompt --- shell/prompt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"