Merge pull request #749 from blueyed/setopt-correct
Only `setopt correct`, not "correct_all".master
commit
b8b241f630
1 changed files with 2 additions and 10 deletions
@ -1,10 +1,2 @@ |
||||
setopt correct_all |
||||
|
||||
alias man='nocorrect man' |
||||
alias mv='nocorrect mv' |
||||
alias mysql='nocorrect mysql' |
||||
alias mkdir='nocorrect mkdir' |
||||
alias gist='nocorrect gist' |
||||
alias heroku='nocorrect heroku' |
||||
alias ebuild='nocorrect ebuild' |
||||
alias hpodder='nocorrect hpodder' |
||||
# correct commands, but not any arguments (correct_all would do that) |
||||
setopt correct |
||||
|
||||
Loading…
Reference in new issue