Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.

master
L.C. Karssen 11 years ago
parent a67dfae72b
commit 854c41d843
  1. 2
      themes/avit.zsh-theme

@ -2,7 +2,7 @@
PROMPT='
$(_user_host)${_current_dir} $(git_prompt_info) $(_ruby_version)
▶ '
%{$fg[$CARETCOLOR]%}%{$resetcolor%} '
PROMPT2='%{$fg[grey]%}◀%{$reset_color%} '

Loading…
Cancel
Save