From 53d2452276396db6415a7cdc8dd335819b65a5fe Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 27 Nov 2015 01:19:14 +0900 Subject: [PATCH] Fix --- themes/pro/pro.theme.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/pro/pro.theme.bash b/themes/pro/pro.theme.bash index ac5daf77..a46c6474 100644 --- a/themes/pro/pro.theme.bash +++ b/themes/pro/pro.theme.bash @@ -11,8 +11,8 @@ SCM_THEME_PROMPT_SUFFIX="${light_blue})" GIT_THEME_PROMPT_DIRTY=" ${bold_red}✗" GIT_THEME_PROMPT_CLEAN=" ${green}✓" -GIT_THEME_PROMPT_PREFIX="${light_blue}git:(" -GIT_THEME_PROMPT_SUFFIX="${light_blue})" +GIT_THEME_PROMPT_PREFIX="${light_blue}git:( " +GIT_THEME_PROMPT_SUFFIX="${light_blue} )" RVM_THEME_PROMPT_PREFIX="|" RVM_THEME_PROMPT_SUFFIX="|"