From: Don Armstrong Date: Sun, 21 Sep 2014 22:59:19 +0000 (-0700) Subject: fix rprompt X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=ed45c098d40f43ca748c487106daf9a21fcb32e8 fix rprompt --- diff --git a/.zsh/zshrc/85_prompt b/.zsh/zshrc/85_prompt index 82ae890..b179064 100644 --- a/.zsh/zshrc/85_prompt +++ b/.zsh/zshrc/85_prompt @@ -27,4 +27,6 @@ fi : ${RPS1:="#%(0?..%?,)%! [%l]"} +RPROMPT='%{$fg_no_bold[green]%}${vcs_info_msg_0_}%{$reset_color%}' + # vim:ft=zsh