Browse Source

avit: fix $reset_color sequence in prompt

Fixes #8952
Marc Cornellà 4 years ago
parent
commit
8cb449ee20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/avit.zsh-theme

+ 1 - 1
themes/avit.zsh-theme

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