Don't underline precommands

This commit is contained in:
Kenneth Benzie 2024-04-04 21:31:43 +01:00
parent edf37ebf07
commit 1bf5d10b74

2
zshrc
View File

@ -22,6 +22,8 @@ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND=
# Command syntax highlighting
source-plugin zsh-syntax-highlighting
(( ${+ZSH_HIGHLIGHT_STYLES} )) || typeset -A ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_STYLES[precommand]=fg=green
# Build system helper commands
source-plugin build