From fe1d2ab77d98b01a10173a11a58a19137b99f1dc Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 22 Mar 2012 18:29:01 -0400 Subject: [PATCH] Fix a spacing bug introduced in cdb95f8 --- themes/sorin/prompt_sorin_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/sorin/prompt_sorin_setup b/themes/sorin/prompt_sorin_setup index e6f4a86..9e89a67 100644 --- a/themes/sorin/prompt_sorin_setup +++ b/themes/sorin/prompt_sorin_setup @@ -40,7 +40,7 @@ function prompt_sorin_setup() { zstyle ':omz:plugin:git:prompt' unmerged ' %%B%F{yellow}═%f%%b' zstyle ':omz:plugin:git:prompt' untracked ' %%B%F{white}◼%f%%b' zstyle ':omz:plugin:git:prompt' rprompt '%A%B%S%a%d%m%r%U%u' - zstyle -e ':omz:plugin:git:prompt' prompt 'reply=("%F{blue}git%f$(coalesce "%b" "%c")%s")' + zstyle -e ':omz:plugin:git:prompt' prompt 'reply=(" %F{blue}git%f$(coalesce "%b" "%c")%s")' PROMPT='%F{cyan}%1~%f${git_prompt_info} %(!.%B%F{red}#%f%b.%B%F{green}❯%f%b) ' RPROMPT='%(?::%F{red}⏎%f)${VIM:+" %B%F{green}V%f%b"}${git_rprompt_info}'