Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: context disable CORRECT_ALL?



On Jan 7,  5:29pm, Atom Smasher wrote:
} Subject: context disable CORRECT_ALL?
}
} does anyone know any tricks for disabling CORRECT_ALL for certain 
} commands? or certain arguments to certain commands?

Etc/FAQ question 3.4?

StartupFiles/zshrc under "# Set up aliases"?

# Set up aliases
alias mv='nocorrect mv'       # no spelling correction on mv
alias cp='nocorrect cp'       # no spelling correction on cp
alias mkdir='nocorrect mkdir' # no spelling correction on mkdir



Messages sorted by: Reverse Date, Date, Thread, Author