diff options
author | L.C. Karssen <lennart@karssen.org> | 2015-09-08 10:53:03 +0200 |
---|---|---|
committer | L.C. Karssen <lennart@karssen.org> | 2016-01-13 10:00:32 +0100 |
commit | 0a47451a462284d20c633a7d6b3431a71bf65759 (patch) | |
tree | d1b5bb119472315d936e963f7a171816930e4c85 /themes | |
parent | 63e216ba9d20cb5960aaa59e4bc38405dd03c52c (diff) | |
download | zsh-0a47451a462284d20c633a7d6b3431a71bf65759.tar.gz zsh-0a47451a462284d20c633a7d6b3431a71bf65759.tar.bz2 zsh-0a47451a462284d20c633a7d6b3431a71bf65759.zip |
Updated colour of ◀ in PROMPT2 of the avit theme.
In commit 729fd53 I incorrectly only changed PROMPT1. Now both ▶ and ◀ follow $CARETCOLOR.
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 b5a05799e..3d097a240 100644 --- a/themes/avit.zsh-theme +++ b/themes/avit.zsh-theme @@ -4,7 +4,7 @@ PROMPT=' $(_user_host)$(_current_dir) $(git_prompt_info) $(_ruby_version) %{$fg[$CARETCOLOR]%}▶%{$resetcolor%} ' -PROMPT2='%{$fg[grey]%}◀%{$reset_color%} ' +PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} ' RPROMPT='$(_vi_status)%{$(echotc UP 1)%}$(_git_time_since_commit) $(git_prompt_status) ${_return_status}%{$(echotc DO 1)%}' |