diff options
author | L.C. Karssen <lennart@karssen.org> | 2015-07-27 12:03:02 +0200 |
---|---|---|
committer | L.C. Karssen <lennart@karssen.org> | 2016-01-13 10:00:32 +0100 |
commit | 854c41d843385282dadc90b653429964f011d061 (patch) | |
tree | 5e74f8c42dce5baf4035c89302c22a9caa060f2d | |
parent | a67dfae72b5d52b7e94304083a51d57c5c718e97 (diff) | |
download | zsh-854c41d843385282dadc90b653429964f011d061.tar.gz zsh-854c41d843385282dadc90b653429964f011d061.tar.bz2 zsh-854c41d843385282dadc90b653429964f011d061.zip |
Fix in avit theme: $CARETCOLOR was not to actually colour the caret, so change to root user wouldn't show in the prompt.
-rw-r--r-- | themes/avit.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/avit.zsh-theme b/themes/avit.zsh-theme index 65466b82f..f9a928277 100644 --- a/themes/avit.zsh-theme +++ b/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%} ' |