From cf47304c9f96b921ad12faf762574702e7fe562a Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 9 Jun 2026 19:58:37 +0200 Subject: zsh: Pfade werden nicht mehr unterstrichen dargestellt --- zsh/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index da050c5..53fb25a 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -44,7 +44,10 @@ case "$OSTYPE" in ;; esac -ZSH_HIGHLIGHT_STYLES[path]='none' +if (( ${+ZSH_HIGHLIGHT_STYLES} )); then + ZSH_HIGHLIGHT_STYLES[path]='none' + ZSH_HIGHLIGHT_STYLES[path_prefix]='none' +fi bindkey -v export KEYTIMEOUT=1 -- cgit v1.3