From 2ada230c4c7ff3f2e70b9525c409dd78a03a6a79 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Thu, 28 Dec 2017 16:29:10 +0200 Subject: [PATCH] clean theme: Remove extra \ --- 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 b4cd7b58..e72e0beb 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)\]$ " + PS1="${no_color}\u${reset_color}:${blue}\W/${reset_color} \[$(scm_prompt_info)\]$ " RPROMPT='[\t]' }