From 85ed37ceaf6a47db76b3f7e7f3a6a6fc66c96c8d Mon Sep 17 00:00:00 2001 From: Calvin Giles Date: Wed, 28 Aug 2013 23:51:02 +0100 Subject: [PATCH] Added reset_color --- themes/calvin/calvin.theme.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/calvin/calvin.theme.bash b/themes/calvin/calvin.theme.bash index fdb8c647..cc809eeb 100644 --- a/themes/calvin/calvin.theme.bash +++ b/themes/calvin/calvin.theme.bash @@ -5,6 +5,10 @@ SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓${reset_color}" SCM_THEME_PROMPT_PREFIX=" ${reset_color}|$(scm_char) " SCM_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}" +GIT_THEME_PROMPT_DIRTY=" ${red}✗" +GIT_THEME_PROMPT_CLEAN=" ${bold_green}✓" +GIT_THEME_PROMPT_PREFIX=" ${green}|" +GIT_THEME_PROMPT_SUFFIX="${reset_color}|${reset_color}" RVM_THEME_PROMPT_PREFIX="|" RVM_THEME_PROMPT_SUFFIX="|"