ZSH Config: fix highlighting on some world charaters
This commit is contained in:
parent
4db41dd154
commit
29e7f7f691
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
####################################################################################################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue