Fix prompt not refreshing

This commit is contained in:
lhark 2015-11-30 22:08:13 +01:00
parent d5226b370c
commit 4056bb6789

4
zshrc
View file

@ -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%}%# "