From a93b654f31e088946d6195e366f4704ee32ac1ea Mon Sep 17 00:00:00 2001 From: lhark Date: Sat, 7 Nov 2015 18:06:08 +0100 Subject: [PATCH] Fix prompt background --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 3efa6a4..a4fada0 100644 --- a/zshrc +++ b/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%}'