diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-05-23 18:02:54 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2020-05-23 18:02:54 +0200 |
commit | 8cb449ee2068a52fd386a9426b70b8f89f100e7c (patch) | |
tree | 121c6447e234a659a2cf6894a25bae213b45fb58 /themes | |
parent | e85ecf95a9332a8037840cd57d12142e4d860ee8 (diff) | |
download | zsh-8cb449ee2068a52fd386a9426b70b8f89f100e7c.tar.gz zsh-8cb449ee2068a52fd386a9426b70b8f89f100e7c.tar.bz2 zsh-8cb449ee2068a52fd386a9426b70b8f89f100e7c.zip |
avit: fix $reset_color sequence in prompt
Fixes #8952
Diffstat (limited to 'themes')
-rw-r--r-- | themes/avit.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/avit.zsh-theme b/themes/avit.zsh-theme index 0261f0ff3..05b3fb212 100644 --- a/themes/avit.zsh-theme +++ b/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%} ' |