From 3e0a4164466498b6771fa64bcd3919fe50f8b029 Mon Sep 17 00:00:00 2001 From: Paul Gideon Dann Date: Wed, 14 Mar 2012 09:30:55 +0000 Subject: [PATCH] Toning down the SPROMPT colours, which are a bit too much --- themes/giddie/prompt_giddie_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/giddie/prompt_giddie_setup b/themes/giddie/prompt_giddie_setup index 5c62166e..ec91cc01 100644 --- a/themes/giddie/prompt_giddie_setup +++ b/themes/giddie/prompt_giddie_setup @@ -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 "$@"