From 9c5791ff656f0a7222942d74335f4cc9bb7dfb4d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 11 Jul 2013 15:30:08 +0200 Subject: [PATCH] Use standard light gray color for the git branch Fixes #5 --- prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.zsh b/prompt.zsh index bbed048..65ee538 100644 --- a/prompt.zsh +++ b/prompt.zsh @@ -59,7 +59,7 @@ preexec() { precmd() { vcs_info # add `%*` to display the time - print -P '\n%F{blue}%~%F{236}$vcs_info_msg_0_`git_dirty` $username%f %F{yellow}`cmd_exec_time`%f' + print -P '\n%F{blue}%~%F{8}$vcs_info_msg_0_`git_dirty` $username%f %F{yellow}`cmd_exec_time`%f' # reset value since `preexec` isn't always triggered unset cmd_timestamp }