From 1fc585dac48084b55f874c7d62de543a92e0ca7e Mon Sep 17 00:00:00 2001 From: jimwhimpey Date: Tue, 9 Jun 2015 21:35:21 -0700 Subject: [PATCH] More theme updates --- themes/rainbowbrite/rainbowbrite.theme.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/rainbowbrite/rainbowbrite.theme.bash b/themes/rainbowbrite/rainbowbrite.theme.bash index 68ab22db..8b69d161 100755 --- a/themes/rainbowbrite/rainbowbrite.theme.bash +++ b/themes/rainbowbrite/rainbowbrite.theme.bash @@ -13,7 +13,7 @@ prompt_setter() { # displays user@server in purple # PS1="$red$(scm_char) $purple\u@\h$reset_color:$blue\w$yellow$(scm_prompt_info)$(ruby_version_prompt) $black\$$reset_color " # no user@server - PS1="\n$green\w$yellow$(scm_prompt_info) ${bold_yellow}⚡ $normal " + PS1="\n${purple}\w$white$(scm_prompt_info) ${white}➡️ $normal " PS2='> ' PS4='+ ' } @@ -24,6 +24,6 @@ SCM_NONE_CHAR='·' SCM_THEME_PROMPT_DIRTY=" ${red}✗" SCM_THEME_PROMPT_CLEAN=" ${green}✓" SCM_THEME_PROMPT_PREFIX=" (" -SCM_THEME_PROMPT_SUFFIX="${yellow})" +SCM_THEME_PROMPT_SUFFIX="${white})" RVM_THEME_PROMPT_PREFIX=" (" RVM_THEME_PROMPT_SUFFIX=")"