From 6f99fc7454d018a15e057998b359b821b2caf541 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Sat, 22 Oct 2011 20:46:58 +0300 Subject: [PATCH] zshrc: Bold the command which is being written. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 1beb369e..66b3a1e6 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%b " +%#%f " setopt histignorealldups sharehistory