summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2013-09-15 17:17:59 +0100
committerAlan Pearce2013-09-15 17:18:40 +0100
commite42f1774217ea88916344261c56b737ed2a1fade (patch)
treeb69e4ba2189a09c5aa7a6cb8264fb77714ade366 /zsh
parent3b12b4c63a9e988de466828fc78bf865988465ad (diff)
downloaddotfiles-e42f1774217ea88916344261c56b737ed2a1fade.tar.lz
dotfiles-e42f1774217ea88916344261c56b737ed2a1fade.tar.zst
dotfiles-e42f1774217ea88916344261c56b737ed2a1fade.zip
zsh: Add more contrast between success and failure prompt colours
Diffstat (limited to 'zsh')
-rw-r--r--zsh/functions/pure/prompt_pure_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/functions/pure/prompt_pure_setup b/zsh/functions/pure/prompt_pure_setup
index 138a4b5..3dd6820 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 "$@"