Commit 0a47451a authored by L.C. Karssen's avatar L.C. Karssen
Browse files

Updated colour of in PROMPT2 of the avit theme.

In commit 729fd53 I incorrectly only changed PROMPT1. Now both  and  follow $CARETCOLOR.
parent 63e216ba
......@@ -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)%}'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment