diff --git a/themes/zuper/zuper.theme.bash b/themes/zuper/zuper.theme.bash index 81cd7c2e..3c41e27f 100644 --- a/themes/zuper/zuper.theme.bash +++ b/themes/zuper/zuper.theme.bash @@ -2,7 +2,7 @@ # looks good on dark bakground SCM_THEME_PROMPT_DIRTY=" ${red}✖${reset_color}" SCM_THEME_PROMPT_AHEAD=" ${red}!${reset_color}" -SCM_THEME_PROMPT_CLEAN=" ${green}✔${reset_color}" +SCM_THEME_PROMPT_CLEAN=" ${green}✓${reset_color}" #✔ SCM_THEME_PROMPT_PREFIX="${white} ❮ " SCM_THEME_PROMPT_SUFFIX="${white} ❯" GIT_SHA_PREFIX="${white} ❮ $(scm_char)${cyan} "