From abd5657595bd836c5f284a201d72ea9718279972 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Wed, 11 Feb 2015 16:45:31 -0600 Subject: [PATCH] Ungh, stupid typos, forgot a \ to evaluate at runtime. Oops. --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a903b56..873e468 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -133,10 +133,10 @@ precmd() vcs_info } -local branch=" %{$fg[green]%}%b%c%u%{$fg[green]%}%{$reset_color%}" +local branch="%{$fg[green]%}%b%c%u%{$fg[green]%}%{$reset_color%}" zstyle ':vcs_info:*' formats "$branch" zstyle ':vcs_info:*' actionformats "$branch (%a)" zstyle ':vcs_info:*' stagedstr "%{$fg[yellow]%}*" zstyle ':vcs_info:*' unstagedstr "%{$fg[red]%}*" PROMPT="$userat:$pwd$userchar " -RPROMPT="${vcs_info_msg_0_}" +RPROMPT="\${vcs_info_msg_0_}"