From: JFSIII Date: Sat, 18 Jun 2011 15:23:26 +0000 (-0400) Subject: Update theme to use the already escaped colors added in 46b8d27815583c1b79ef9f0b27f9b... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4219db7affac90c46de0848a6b98984147061cdb;p=common%2Fbash_it.git Update theme to use the already escaped colors added in 46b8d27815583c1b79ef9f0b27f9b39680baa114 --- diff --git a/themes/rainbowbrite/rainbowbrite.theme.bash b/themes/rainbowbrite/rainbowbrite.theme.bash index 581fca4..5f91705 100644 --- a/themes/rainbowbrite/rainbowbrite.theme.bash +++ b/themes/rainbowbrite/rainbowbrite.theme.bash @@ -11,9 +11,9 @@ prompt_setter() { history -c history -r # displays user@server in purple - # PS1="\[$red\]$(scm_char) \[$purple\]\u@\h\[$reset_color\]:\[$blue\]\w\[$yellow\]$(scm_prompt_info)$(rvm_version_prompt) \[$black\]$\[$reset_color\] " + # PS1="$red$(scm_char) $purple\u@\h$reset_color:$blue\w$yellow$(scm_prompt_info)$(rvm_version_prompt) $black\$$reset_color " # no user@server - PS1="\[$red\]$(scm_char) \[$blue\]\w\[$yellow\]$(scm_prompt_info)$(rvm_version_prompt) \[$black\]$\[$reset_color\] " + PS1="$red$(scm_char) $blue\w$yellow$(scm_prompt_info)$(rvm_version_prompt) $black\$$reset_color " PS2='> ' PS4='+ ' }