Use standard light gray color for the git branch

Fixes #5
This commit is contained in:
Sindre Sorhus
2013-07-11 15:30:08 +02:00
parent 11043de683
commit 9c5791ff65

View File

@@ -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
}