From 1ee4d855474b520b4b11ae8e6cbec02938c494a5 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sun, 27 Dec 2015 21:13:08 -0500 Subject: [PATCH] fix gitster prompt --- modules/prompt/themes/gitster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prompt/themes/gitster.zsh-theme b/modules/prompt/themes/gitster.zsh-theme index 2de829e..32a2176 100644 --- a/modules/prompt/themes/gitster.zsh-theme +++ b/modules/prompt/themes/gitster.zsh-theme @@ -20,7 +20,7 @@ function get_pwd(){ print $prompt_short_dir } -PROMPT='$ret_status %{$fg[white]%}$(get_pwd) $(git_prompt_info)%{$reset_color%}%{$reset_color%} ' +PROMPT="$ret_status %{$fg[white]%}$(get_pwd) $(git_prompt_info)%{$reset_color%}%{$reset_color%} " ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"