This commit is contained in:
Jon Linklater-Johnson 2017-05-02 02:20:23 +00:00 committed by GitHub
commit 16aba226c0

View file

@ -66,7 +66,7 @@ prompt_segment() {
# End the prompt, closing any open segments
prompt_end() {
if [[ -n $CURRENT_BG ]]; then
echo -n " %{%k%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR"
echo -n " %{%K%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR"
else
echo -n "%{%k%}"
fi