From: Simon Ruderich Date: Fri, 6 Feb 2009 16:05:12 +0000 (+0100) Subject: Fix whitespace problem introduced in last commit. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=93efa29b0ab79b6552e9865d2e16c541dfca0e20;p=config%2Fdotfiles.git Fix whitespace problem introduced in last commit. --- diff --git a/zsh/rc b/zsh/rc index d627a08..a505a4e 100644 --- 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