1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-12 08:50:08 +00:00

avit: fix $reset_color sequence in prompt

Fixes #8952
This commit is contained in:
Marc Cornellà 2020-05-23 18:02:54 +02:00
parent e85ecf95a9
commit 8cb449ee20

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