diff options
author | Alan Pearce | 2013-10-20 09:44:52 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-20 09:44:52 +0100 |
commit | 7155b75d6f9e33c5a5c83aacfc25421139b0c5ec (patch) | |
tree | 7d42d87ecf13ad1ea424946141813310620e8ad1 /zsh | |
parent | d5bde98df481dbbd7407e8d968f985da32220c64 (diff) | |
download | nixfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.tar.lz nixfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.tar.zst nixfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.zip |
zsh: increase contrast of pure prompt character
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/functions/pure/prompt_pure_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/functions/pure/prompt_pure_setup b/zsh/functions/pure/prompt_pure_setup index 275224ad..a263e67d 100644 --- a/zsh/functions/pure/prompt_pure_setup +++ b/zsh/functions/pure/prompt_pure_setup @@ -93,7 +93,7 @@ prompt_pure_setup() { [[ "$SSH_CONNECTION" != '' ]] && prompt_pure_username='%n@%m ' # prompt turns red if the previous command didn't exit with 0 - PROMPT='%(?.%F{magenta}.%F{red})❯%f ' + PROMPT='%(?.%F{cyan}.%F{red})❯%f ' } prompt_pure_setup "$@" |