From e14fdad4020ee138816bafc1e17534be8cf6b22b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 11 Mar 2010 16:25:06 +0100 Subject: [PATCH] zsh/rc: Also display staged/unstaged changes in actionformats. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.2