clean theme: Remove extra \
parent
b9e49433c9
commit
2ada230c4c
|
|
@ -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]'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue