zsh: Add more contrast between success and failure prompt colours
Alan Pearce alan@alanpearce.co.uk
Sun, 15 Sep 2013 17:17:59 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
M zsh/functions/pure/prompt_pure_setup → zsh/functions/pure/prompt_pure_setup
@@ -72,7 +72,7 @@ # show username@host if logged in through SSH [[ "$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 "$@"