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:
parent
62a2b5eb8f
commit
aade91ee6f
1 changed files with 0 additions and 3 deletions
3
zshrc
3
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue