From e016bb83812fbcf48b0a0e5b216f9d367569a74e Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 10 Feb 2020 16:26:51 +0100 Subject: [PATCH] Fix colors --- zsh.d/30-prompt.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh.d/30-prompt.zsh b/zsh.d/30-prompt.zsh index c220b88..58f7778 100644 --- a/zsh.d/30-prompt.zsh +++ b/zsh.d/30-prompt.zsh @@ -3,8 +3,8 @@ fpath+=$0:h/prompts/pure autoload -U promptinit;promptinit -zstyle :prompt:pure:user color blue -zstyle :prompt:pure:host color blue +zstyle :prompt:pure:user color white +zstyle :prompt:pure:host color white prompt pure