]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/85_prompt
fix rprompt
[zsh.git] / .zsh / zshrc / 85_prompt
index 4999a347ad79c65e67677e8b53d973cbd194d692..b17906425b4c979eb57a487e478386025614cfa6 100644 (file)
@@ -25,6 +25,8 @@ if [ "${PS1:-}" = '%m%# ' ]; then
   PS1="%(2L.+.)%${_MACHINE_NAME}:${_MIDDLE}%# "
 fi
 
-: ${RPS1:="#%(0?..%?,)%!"}
+: ${RPS1:="#%(0?..%?,)%! [%l]"}
+
+RPROMPT='%{$fg_no_bold[green]%}${vcs_info_msg_0_}%{$reset_color%}'
 
 # vim:ft=zsh