mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
zshrc: Do not bold the current command. (It also bolded the output and that was annoying.)
This commit is contained in:
parent
6f99fc7454
commit
ad3db531a8
2
zshrc
2
zshrc
@ -8,7 +8,7 @@ autoload -Uz promptinit
|
|||||||
# Green for normal user and red for root. Thanks nyuszika7h :D
|
# Green for normal user and red for root. Thanks nyuszika7h :D
|
||||||
promptinit
|
promptinit
|
||||||
PS1="%B%(!.%F{red}.%F{green})%n@%m %~
|
PS1="%B%(!.%F{red}.%F{green})%n@%m %~
|
||||||
%#%f "
|
%#%f%b "
|
||||||
|
|
||||||
setopt histignorealldups sharehistory
|
setopt histignorealldups sharehistory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user