mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #749 from blueyed/setopt-correct
Only `setopt correct`, not "correct_all".
This commit is contained in:
commit
b8b241f630
1 changed files with 2 additions and 10 deletions
|
@ -1,10 +1,2 @@
|
||||||
setopt correct_all
|
# correct commands, but not any arguments (correct_all would do that)
|
||||||
|
setopt correct
|
||||||
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'
|
|
||||||
|
|
Loading…
Reference in a new issue