diff --git a/.zshrc b/.zshrc index 1ca3f3f..56c0d4b 100644 --- a/.zshrc +++ b/.zshrc @@ -502,6 +502,9 @@ zstyle ':completion:*' use-cache on zstyle ':completion:*' cache-path $ZSH_CACHE_DIR WORDCHARS=${WORDCHARS//\/[&.;]} # Don't consider certain characters part of the word + + # just gonna sneak this in here, too + unalias zi zpl zini zplg which-command run-help } # <<< ## Keybindings >>>