Last Updated: February 25, 2016
·
1.566K
· mitnal

Escape knife and the zsh auto correction hell.

If you have problems with knife and the zsh auto correction like

$ knife cookbook create test
zsh: correct 'cookbook' to 'cookbooks' [nyae]?

just disable zsh auto correction for knife in your ~/.zshrc file:

alias knife='nocorrect knife'