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