Fix prompt not refreshing
This commit is contained in:
parent
d5226b370c
commit
4056bb6789
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
@ -329,10 +329,10 @@ PROMPT+="%{$fg_bold[green]%} %E
|
||||||
"
|
"
|
||||||
|
|
||||||
# Prompt characters for virtualenv, git and zsh
|
# 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
|
# 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]%}%~
|
#PROMPT="$Heure $Utilisateur@$Machine %{$fg_no_bold[yellow]%}%~
|
||||||
#%{$reset_color%}%# "
|
#%{$reset_color%}%# "
|
||||||
|
|
Loading…
Reference in a new issue