zsh/zshrc: change prompt colour to work around a bug

This commit is contained in:
Gender Demon 2021-01-19 14:55:20 +00:00
parent 75d236b7db
commit e818ab33b2
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ autoload -U colors && colors
# necessary. Without it, the ] from the jobs notifier fails to appear
# in boldface. I think that resetting the colours is also resetting
# all the character attributes.
export PS1="%(1j.%B[%{$fg[green]%}%j%{$reset_color%}%B]%b .)[%{$fg[magenta]%}%m%{$reset_color%}:%{$fg[blue]%}%3~%{$reset_color%}] %# "
export PS1="%(1j.%B[%{$fg[green]%}%j%{$reset_color%}%B]%b .)[%{$fg[red]%}%m%{$reset_color%}:%{$fg[blue]%}%3~%{$reset_color%}] %# "
export RPS1="%(?..%B%{$fg[red]%}%?%{$reset_color%}%b)"