ZSH Config: fix highlighting on some world charaters

This commit is contained in:
Aroy-Art 2025-01-14 23:01:29 +01:00
parent 4db41dd154
commit 29e7f7f691
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -23,6 +23,7 @@ zstyle ':completion:*' cache-path ~/.zsh/cache
HISTFILE=~/.zhistory
HISTSIZE=100000
SAVEHIST=10000000
WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word
####################################################################################################################################################