Trivial fix for clean theme

pull/1423/head
Stanko 2019-09-13 10:57:01 +02:00
parent 3d5abcd803
commit 4b2812cbdf
1 changed files with 1 additions and 1 deletions

View File

@ -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