From: Don Armstrong Date: Fri, 7 Jun 2013 19:15:10 +0000 (-0700) Subject: display repo name in git string X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=6d2e7f52655bec0516c152bf36cb7d52dba20736;hp=047846b468ba2aaefa0b1df10f9088fa4daeb9a3 display repo name in git string --- 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!