diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc/common/prompt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/prompt.sh b/bashrc/common/prompt.sh index 71e0598..0311505 100644 --- a/bashrc/common/prompt.sh +++ b/bashrc/common/prompt.sh @@ -95,7 +95,7 @@ __make_prompt() { b=${b#refs/heads/} b=${b// } - [[ -n "${r}${b}${a}" ]] && s="$(pcolor lgreen)${r:+${r}:}$(pcolor yellow)${b}$(pcolor red)${a}$(pcolor)" + [[ -n "${r}${b}${a}" ]] && s="${PS1BO}$(pcolor lgreen)${r:+${r}:}$(pcolor yellow)${b}$(pcolor red)${a}$(pcolor)${PS1BC}" fi fi |