Don't attempt to autocorrect spelling

This frequently catches false positives for aliases, particularly for
subcommands. It also takes just as long to look at the autocorrect
prompt and select "y" as it does to just retype the command yourself.
This commit is contained in:
Joe Ferris 2014-04-03 11:51:28 -04:00
parent 62a2b5eb8f
commit aade91ee6f

3
zshrc
View file

@ -37,9 +37,6 @@ SAVEHIST=4096
setopt autocd autopushd pushdminus pushdsilent pushdtohome cdablevars
DIRSTACKSIZE=5
# Try to correct command line spelling
setopt correct correctall
# Enable extended globbing
setopt extendedglob