From 7155b75d6f9e33c5a5c83aacfc25421139b0c5ec Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Oct 2013 09:44:52 +0100 Subject: zsh: increase contrast of pure prompt character --- zsh/functions/pure/prompt_pure_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/functions/pure/prompt_pure_setup b/zsh/functions/pure/prompt_pure_setup index 275224a..a263e67 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 "$@" -- cgit 1.4.1