Fix prompt background

This commit is contained in:
lhark 2015-11-07 18:06:08 +01:00
parent 9de23177c9
commit a93b654f31

2
zshrc
View file

@ -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%}'