Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 605 Bytes

zsh-correction-whitelist

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>_

Add commands to the whitelist

To add commands to the whitelist, simply add one command per line:

cmd1
cmd2
cmd3