From 4056bb67892e297bbd6d1e06bf64c4ffa2260693 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 30 Nov 2015 22:08:13 +0100 Subject: [PATCH] Fix prompt not refreshing --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 36540da..50d852b 100644 --- a/zshrc +++ b/zshrc @@ -329,10 +329,10 @@ PROMPT+="%{$fg_bold[green]%} %E " # Prompt characters for virtualenv, git and zsh -PROMPT+="%{%K{${bkg}}%}$(_prompt_chars) %{$reset_color%}" +PROMPT+="%{%K{${bkg}}%}"'$(_prompt_chars)'" %{$reset_color%}" # Right prompt with current repo informations -RPROMPT="$(space_sh_git_prompt)%E%{$reset_color%}" +RPROMPT='$(space_sh_git_prompt)'"%E%{$reset_color%}" #PROMPT="$Heure $Utilisateur@$Machine %{$fg_no_bold[yellow]%}%~ #%{$reset_color%}%# "