From 9c9c20da2aa2cc671f62fb1a66c65e26f7b8b42d Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 27 Nov 2015 01:41:19 +0900 Subject: [PATCH] Fix --- themes/pro/pro.theme.bash | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/pro/pro.theme.bash b/themes/pro/pro.theme.bash index 74e74ad8..6ac697bf 100644 --- a/themes/pro/pro.theme.bash +++ b/themes/pro/pro.theme.bash @@ -2,13 +2,13 @@ SCM_THEME_PROMPT_DIRTY=" ${red}✗" SCM_THEME_PROMPT_CLEAN=" ${green}✓" -SCM_THEME_PROMPT_PREFIX=" ${blue}scm:(" -SCM_THEME_PROMPT_SUFFIX="${blue})" +SCM_THEME_PROMPT_PREFIX=" ${blue}scm:( " +SCM_THEME_PROMPT_SUFFIX="${blue} )" GIT_THEME_PROMPT_DIRTY=" ${red}✗" GIT_THEME_PROMPT_CLEAN=" ${green}✓" -GIT_THEME_PROMPT_PREFIX="${echo_green}git:( " -GIT_THEME_PROMPT_SUFFIX="${echo_green} )" +GIT_THEME_PROMPT_PREFIX="${green}git:( " +GIT_THEME_PROMPT_SUFFIX="${green} )" function git_prompt_info { git_prompt_vars