X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=caa9c5f2f28e78f42ed2690467264ca1695aff94;hb=e14fdad4020ee138816bafc1e17534be8cf6b22b;hp=26bee55170432a7d1feec4a122c3385cd815251c;hpb=0f2fa8e336698fab86f79bc716e5d94457da7931;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 26bee55..caa9c5f 100644 --- a/zsh/rc +++ b/zsh/rc @@ -171,7 +171,7 @@ if [[ $ZSH_VERSION == (4.3.<9->|4.<4->*|<5->*) || zstyle ':vcs_info:*' formats \ "($green%b%u%c$default:$blue%s$default)" zstyle ':vcs_info:*' actionformats \ - "($green%b$default/$red%a$default:$blue%s$default)" + "($green%b%u%c$default/$red%a$default:$blue%s$default)" # Set style for formats/actionformats when unstaged (%u) and staged (%c) # changes are detected in the repository; check-for-changes must be set to # true for this to work. Thanks to Bart Trojanowski