From e42f1774217ea88916344261c56b737ed2a1fade Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 15 Sep 2013 17:17:59 +0100 Subject: zsh: Add more contrast between success and failure prompt colours --- zsh/functions/pure/prompt_pure_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/functions') 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 "$@" -- cgit 1.4.1