Fix prompt background
This commit is contained in:
parent
9de23177c9
commit
a93b654f31
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -310,7 +310,7 @@ PROMPT+=" %{$reset_color%K{${bkg}}%}"
|
|||
PROMPT+="%{$fg[yellow]%}"'%~'
|
||||
PROMPT+="%{$fg_bold[green]%} %E
|
||||
"
|
||||
PROMPT+='%{%K{${bkg}}%}$(_prompt_chars) '
|
||||
PROMPT+='%{%K{${bkg}}%}$(_prompt_chars) %{%k%}%{$reset_color%}'
|
||||
|
||||
|
||||
RPROMPT='$(space_sh_git_prompt)%E%{$reset_color%}'
|
||||
|
|
Loading…
Reference in a new issue