X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F75_vcsinfo;h=1aba444b437d17f54f032491077190f7324ccf39;hb=HEAD;hp=e4339fddf68d6537573f044b65329b54578dac81;hpb=0de5acbc59a1fab85167d2be0a6a725a0185972e;p=zsh.git diff --git a/.zsh/zshrc/75_vcsinfo b/.zsh/zshrc/75_vcsinfo index e4339fd..1aba444 100644 --- a/.zsh/zshrc/75_vcsinfo +++ b/.zsh/zshrc/75_vcsinfo @@ -1,4 +1,5 @@ # -*- mode: sh -*- +# -*- mode: sh -*- # zshrc/75_vcsinfo # # Set up vcs_info subsystem @@ -25,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!