summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-10-20 09:44:52 +0100
committerAlan Pearce2013-10-20 09:44:52 +0100
commit7155b75d6f9e33c5a5c83aacfc25421139b0c5ec (patch)
tree7d42d87ecf13ad1ea424946141813310620e8ad1
parentd5bde98df481dbbd7407e8d968f985da32220c64 (diff)
downloaddotfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.tar.lz
dotfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.tar.zst
dotfiles-7155b75d6f9e33c5a5c83aacfc25421139b0c5ec.zip
zsh: increase contrast of pure prompt character
-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 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 "$@"