Browse Source

Fix prompt not refreshing

merge-requests/1/merge
lhark 10 years ago
parent
commit
4056bb6789
  1. 4
      zshrc

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

Loading…
Cancel
Save