From efa01217b8442c76db70713b1fdc6b5e8675d609 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 8 Nov 2012 11:55:38 +1100 Subject: [PATCH] changed the git clean repository tick color to green, changed the user to cyan and added a hash (#) at the end of the prompt --- themes/envision/envision.theme.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/envision/envision.theme.bash b/themes/envision/envision.theme.bash index a34cff22..d519962d 100644 --- a/themes/envision/envision.theme.bash +++ b/themes/envision/envision.theme.bash @@ -5,14 +5,14 @@ prompt_setter() { history -a history -c history -r - PS1="$yellow(\t)$reset_color $(scm_char) [$blue\u$reset_color@$green\H$reset_color] $blue\w${reset_color}$red$(scm_prompt_info) $reset_color " + PS1="$yellow(\t)$reset_color $(scm_char) [$cyan\u$reset_color@$green\H$reset_color] $blue\w${reset_color}$red$(scm_prompt_info)$reset_color # " PS2='> ' PS4='+ ' } PROMPT_COMMAND=prompt_setter -SCM_THEME_PROMPT_DIRTY=" ✗" -SCM_THEME_PROMPT_CLEAN=" ✓" +SCM_THEME_PROMPT_DIRTY=" ${bold_red}✗${red}" +SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${red}" SCM_THEME_PROMPT_PREFIX=" (" SCM_THEME_PROMPT_SUFFIX=")"