zshrc: Do not bold the current command. (It also bolded the output and that was annoying.)

This commit is contained in:
Mika Suomalainen 2011-10-22 20:49:00 +03:00
parent 6f99fc7454
commit ad3db531a8
1 changed files with 1 additions and 1 deletions

2
zshrc
View File

@ -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