Fix wonky prompt

This commit is contained in:
lhark 2015-10-08 11:30:48 +02:00
parent b6b2ea688a
commit e761efa6bb

4
zshrc
View file

@ -6,7 +6,7 @@
# et depuis http://zsh.sourceforge.net/Guide/zshguide.html
# utilisation de https://github.com/zsh-users/zsh-syntax-highlighting
# adapté par lhark
# adapté et amélioré par lhark
# Ajout de */sbin au PATH (pour ifconfig en particulier)
@ -277,7 +277,7 @@ setopt promptsubst
PROMPT="%{$reset_color%}
"
PROMPT+="%{%K{${bkg}%}"'$_USERNAME'
PROMPT+="%{%K{${bkg}}%}"'$_USERNAME'
PROMPT+="%{$fg_bold[blue]%}@"
PROMPT+="%{$fg_bold[$couleur_hote]%}"'%m'
PROMPT+=" %{$reset_color%K{${bkg}}%}"