Skip to content

chowie/zsh-correction-whitelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages