From ad3db531a811f969c66b275dc7cc4b57dd36282a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 22 Oct 2011 20:49:00 +0300 Subject: [PATCH] zshrc: Do not bold the current command. (It also bolded the output and that was annoying.) --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 66b3a1e6..1beb369e 100644 --- a/zshrc +++ b/zshrc @@ -8,7 +8,7 @@ autoload -Uz promptinit # Green for normal user and red for root. Thanks nyuszika7h :D promptinit PS1="%B%(!.%F{red}.%F{green})%n@%m %~ -%#%f " +%#%f%b " setopt histignorealldups sharehistory