Use a lighter gray. Fixes #13

This commit is contained in:
Sindre Sorhus
2013-10-16 12:09:11 +02:00
parent 7c43fb5ef1
commit 278cbfa4ef

View File

@@ -55,7 +55,7 @@ prompt_pure_precmd() {
# git info
vcs_info
local prompt_pure_preprompt='\n%F{blue}%~%F{8}$vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username%f %F{yellow}`prompt_pure_cmd_exec_time`%f'
local prompt_pure_preprompt='\n%F{blue}%~%F{242}$vcs_info_msg_0_`prompt_pure_git_dirty` $prompt_pure_username%f %F{yellow}`prompt_pure_cmd_exec_time`%f'
print -P $prompt_pure_preprompt
# check async if there is anything to pull