]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/75_vcsinfo
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshrc / 75_vcsinfo
index e4339fddf68d6537573f044b65329b54578dac81..1aba444b437d17f54f032491077190f7324ccf39 100644 (file)
@@ -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!