From 066ea27427194b6376b836891e2fa5112fcb61ab Mon Sep 17 00:00:00 2001 From: Vaidas Zilionis Date: Thu, 22 Nov 2012 22:16:15 +0200 Subject: [PATCH] fix --- themes/zuper/zuper.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/zuper/zuper.theme.bash b/themes/zuper/zuper.theme.bash index aa804789..dbfc048e 100644 --- a/themes/zuper/zuper.theme.bash +++ b/themes/zuper/zuper.theme.bash @@ -37,7 +37,7 @@ function zuper_scm_prompt_info { prompt() { local my_branch="$(zuper_scm_prompt_info)" - PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${bold_white}→${normal} " + PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${white}→${normal} " } PROMPT_COMMAND=prompt