From c8d59b08c32d8462c270a417bc7b5a669604b6b6 Mon Sep 17 00:00:00 2001 From: Calvin Giles Date: Wed, 28 Aug 2013 23:49:00 +0100 Subject: [PATCH] Added reset_color --- themes/calvin/calvin.theme.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/calvin/calvin.theme.bash b/themes/calvin/calvin.theme.bash index 80df0bfb..fdb8c647 100644 --- a/themes/calvin/calvin.theme.bash +++ b/themes/calvin/calvin.theme.bash @@ -1,9 +1,9 @@ #!/usr/bin/env bash SCM_NONE_CHAR='' -SCM_THEME_PROMPT_DIRTY=" ${red}✗" -SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓" +SCM_THEME_PROMPT_DIRTY=" ${red}✗${reset_color}" +SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${reset_color}" SCM_THEME_PROMPT_PREFIX=" ${reset_color}|$(scm_char) " -SCM_THEME_PROMPT_SUFFIX="${reset_color}|" +SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}" RVM_THEME_PROMPT_PREFIX="|"