From 06a8ef5c71eef7875fed668e867d4225c2f5ade8 Mon Sep 17 00:00:00 2001 From: logaritmisk Date: Wed, 2 Sep 2015 10:06:05 +0200 Subject: [PATCH] Change color again. --- pure.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pure.zsh b/pure.zsh index 3423866..cce8a85 100644 --- a/pure.zsh +++ b/pure.zsh @@ -116,7 +116,7 @@ prompt_pure_preprompt_render() { [[ -n ${prompt_pure_git_last_dirty_check_timestamp+x} ]] && git_color=red # construct preprompt, beginning with path - local preprompt="%F[0]%~%f" + local preprompt="%F[008]%~%f" # git info preprompt+="%F{$git_color}${vcs_info_msg_0_}${prompt_pure_git_dirty}%f" # git pull/push arrows