This is a plugin for the oh-my-zsh
correction feature that allows you to whitelist commands by simply adding the
command to a file whitelist file. By default, the file is called
~/.zsh-correction-whitelist
, but you can change it by creating a file called
~/.config/zsh-correction-whitelist/zsh-correction-whitelist.conf
and setting
the option:
ZSH_CORRECTION_WHITELIST_FILE=_<filename>_
To add commands to the whitelist, simply add one command per line:
cmd1
cmd2
cmd3