Toning down the SPROMPT colours, which are a bit too much

This commit is contained in:
Paul Gideon Dann 2012-03-14 09:30:55 +00:00
parent 7fba664f79
commit ed3394e855

View file

@ -53,7 +53,7 @@ function prompt_giddie_setup {
)%F{magenta}%n%f@%F{yellow}%m%f|%F{green}${prompt_custom_wd}%f${vcs_info_msg_0_}
%F{blue}${prompt_symbol}%f '
RPROMPT=
SPROMPT='%F{blue}zsh: %F{yellow}correct %F{magenta}%R%f to %F{green}%r%f [nyae]? '
SPROMPT='zsh: correct %F{magenta}%R%f to %F{green}%r%f [nyae]? '
}
prompt_giddie_setup "$@"