From e761efa6bb01c907c2fc4a490897d600bfb646d2 Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 8 Oct 2015 11:30:48 +0200 Subject: [PATCH] Fix wonky prompt --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 97ef38a..821ffb5 100644 --- a/zshrc +++ b/zshrc @@ -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}}%}"