]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Fix whitespace problem introduced in last commit.
authorSimon Ruderich <simon@ruderich.org>
Fri, 6 Feb 2009 16:05:12 +0000 (17:05 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:42 +0000 (16:34 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index d627a083ae66ae51e72aa3361a91a448d7def2fb..a505a4e719f87e13b56df7ade9802bf1f1de2cf9 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -80,11 +80,11 @@ if [[ $ZSH_VERSION == (4.3.<9->|4.<4->*|<5->*) ]]; then
     # it's also displayed (red).
     zstyle ':vcs_info:*' formats \
     "(%{${fg[green]}%}%b%{${fg[default]}%}:\
-    %{${fg[blue]}%}%s%{${fg[default]}%})"
+%{${fg[blue]}%}%s%{${fg[default]}%})"
     zstyle ':vcs_info:*' actionformats \
     "(%{${fg[green]}%}%b%{${fg[default]}%}/\
-    %{${fg[red]}%}%a%{${fg[default]}%}:\
-    %{${fg[blue]}%}%s%{${fg[default]}%})"
+%{${fg[red]}%}%a%{${fg[default]}%}:\
+%{${fg[blue]}%}%s%{${fg[default]}%})"
     # Call vcs_info as precmd before every prompt.
     prompt_precmd() {
         vcs_info