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="|"