1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 23:03:29 +02: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
+1 -1
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%} '