1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-12-24 21:31:58 +00:00

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

This commit is contained in:
L.C. Karssen 2015-07-27 12:03:02 +02:00
parent a67dfae72b
commit 854c41d843

View file

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