chowie / zsh-correction-whitelist

Correction whitelist for oh-my-zsh correction feature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Correction whitelist for oh-my-zsh correction feature


Languages

Language:Shell 100.0%