diff --git a/zshrc b/zshrc index 603a60e..2aae63b 100644 --- a/zshrc +++ b/zshrc @@ -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