From 6675c0f3ae39f5a9b3ff983712bc5ad98f129b56 Mon Sep 17 00:00:00 2001 From: Andrea Giardini Date: Sun, 8 Jun 2014 19:54:55 +0200 Subject: [PATCH] Double quote fix Fixes #71 --- pure.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pure.zsh b/pure.zsh index fc7f573..5b92ee5 100644 --- a/pure.zsh +++ b/pure.zsh @@ -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