avit: fix $reset_color sequence in prompt

Fixes #8952
pull/8962/head
Marc Cornellà 2020-05-23 18:02:54 +02:00
parent e85ecf95a9
commit 8cb449ee20
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ typeset +H _hist_no="%{$fg[grey]%}%h%{$reset_color%}"
PROMPT='
$(_user_host)${_current_dir} $(git_prompt_info) $(ruby_prompt_info)
%{%(!.%F{red}.%F{white})%}▶%{$resetcolor%} '
%{%(!.%F{red}.%F{white})%}▶%{$reset_color%} '
PROMPT2='%{%(!.%F{red}.%F{white})%}◀%{$reset_color%} '