From 4b2812cbdf3872e8f9f64fff659d29a70b70208f Mon Sep 17 00:00:00 2001 From: Stanko Date: Fri, 13 Sep 2019 10:57:01 +0200 Subject: [PATCH] Trivial fix for clean theme --- themes/clean/clean.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/clean/clean.theme.bash b/themes/clean/clean.theme.bash index c479a041..0082d671 100644 --- a/themes/clean/clean.theme.bash +++ b/themes/clean/clean.theme.bash @@ -13,7 +13,7 @@ function prompt_command() { if [ "$(whoami)" = root ]; then no_color=$red; else no_color=$white; fi - PS1="${no_color}\u${reset_color}:${blue}\W/${reset_color} \[$(scm_prompt_info)\]${normal}$ " + PS1="${no_color}\u${reset_color}:${blue}\W/${reset_color} $(scm_prompt_info)${normal}$ " } safe_append_prompt_command prompt_command