From 6d2e7f52655bec0516c152bf36cb7d52dba20736 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 7 Jun 2013 12:15:10 -0700 Subject: [PATCH] display repo name in git string --- .zsh/zshrc/75_vcsinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshrc/75_vcsinfo b/.zsh/zshrc/75_vcsinfo index d39e800..1aba444 100644 --- a/.zsh/zshrc/75_vcsinfo +++ b/.zsh/zshrc/75_vcsinfo @@ -26,7 +26,7 @@ zstyle ':vcs_info:*' enable hg git bzr svn cvs zstyle ':vcs_info:hg*:*' hgrevformat "%r" #zstyle ':vcs_info:fossil:*' fsrevformat '%.5h' # Silly git doesn't honor branchformat -zstyle ':vcs_info:git*:*' formats '%c%u|%s@%a:%b@%.5i' +zstyle ':vcs_info:git*:*' formats '%c%u|%s@%a:%b@%.5i[%.5r]' zstyle ':vcs_info:git*:*' actionformats '%c%u|%s@%a:%b@%.5i' # now use the blasted colors! -- 2.39.2