Excluding Environment Variables from ZSH Autocomplete
- by Bryan Veloso
Quick example:
~ $ wor<TAB>
~ $ WORDCHARS=
WORDCHARS WORKON_HOME WORKON_HOME workon
workon is the desired command. Is there a way to exclude the environment variables from auto-completing in ZSH?