Commit 55fed4f8 authored by L.C. Karssen's avatar L.C. Karssen
Browse files

Fix use of CARETCOLOR in avit theme

$CARETCOLOR was not to actually colour the caret, so change to root user
wouldn't show in the prompt. Now both  and  follow $CARETCOLOR.
parent 9c362484
# AVIT ZSH Theme # AVIT ZSH Theme
PROMPT=' PROMPT='
$(_user_host)$(_current_dir) $(git_prompt_info) $(_ruby_version) $(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version)
%{$fg[$CARETCOLOR]%}▶%{$resetcolor%} ' %{$fg[$CARETCOLOR]%}▶%{$resetcolor%} '
PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} ' PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} '
......
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