From 1bf5d10b74cd8aefbbe2a034c643dfa91891eb46 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 4 Apr 2024 21:31:43 +0100 Subject: [PATCH] Don't underline precommands --- zshrc | 2 ++ 1 file changed, 2 insertions(+) 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