diff --git a/Configs/ZSHShell/.zshrc b/Configs/ZSHShell/.zshrc index da76b5f..da226c7 100644 --- a/Configs/ZSHShell/.zshrc +++ b/Configs/ZSHShell/.zshrc @@ -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 ####################################################################################################################################################