Double quote fix

Fixes #71
This commit is contained in:
Andrea Giardini
2014-06-08 19:54:55 +02:00
parent b0a902a115
commit 6675c0f3ae

View File

@@ -70,7 +70,7 @@ prompt_pure_precmd() {
# git info
vcs_info
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'
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