diff options
author | Alan Pearce | 2013-09-15 17:17:59 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-15 17:18:40 +0100 |
commit | e42f1774217ea88916344261c56b737ed2a1fade (patch) | |
tree | b69e4ba2189a09c5aa7a6cb8264fb77714ade366 /zsh/functions/pure | |
parent | 3b12b4c63a9e988de466828fc78bf865988465ad (diff) | |
download | nixfiles-e42f1774217ea88916344261c56b737ed2a1fade.tar.lz nixfiles-e42f1774217ea88916344261c56b737ed2a1fade.tar.zst nixfiles-e42f1774217ea88916344261c56b737ed2a1fade.zip |
zsh: Add more contrast between success and failure prompt colours
Diffstat (limited to 'zsh/functions/pure')
-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 138a4b5a..3dd6820e 100644 --- a/zsh/functions/pure/prompt_pure_setup +++ b/zsh/functions/pure/prompt_pure_setup @@ -72,7 +72,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{14}.%F{magenta})❯%f ' } prompt_pure_setup "$@" |