I would like to disable a feature. However Zsh is ignoring the settings I am
inputting:
> bind
zsh: correct 'bind' to 'find' [nyae]? n
zsh: command not found: bind
> setopt nocorrectall
> bind
zsh: correct 'bind' to 'find' [nyae]? n
zsh: command not found: bind
> unsetopt correctall
> bind
zsh: correct 'bind' to 'find' [nyae]? n
zsh: command not found: bind
How are these properly used?
Asked by user327359
May 3, 2019, 11:24 PM
Last activity: May 4, 2019, 11:22 PM
Last activity: May 4, 2019, 11:22 PM