Commit 854c41d8 authored by L.C. Karssen's avatar L.C. Karssen
Browse files

Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change...

Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
parent a67dfae7
......@@ -2,7 +2,7 @@
PROMPT='
$(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version)
'
%{$fg[$CARETCOLOR]%}▶%{$resetcolor%} '
PROMPT2='%{$fg[grey]%}◀%{$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