mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Resolving conflict with merge of #970
This commit is contained in:
commit
81ed0c4115
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@ if [[ "$DISABLE_CORRECTION" == "true" ]]; then
|
|||
return
|
||||
else
|
||||
setopt correct_all
|
||||
|
||||
alias man='nocorrect man'
|
||||
alias mv='nocorrect mv'
|
||||
alias mysql='nocorrect mysql'
|
||||
|
@ -11,4 +10,5 @@ else
|
|||
alias heroku='nocorrect heroku'
|
||||
alias ebuild='nocorrect ebuild'
|
||||
alias hpodder='nocorrect hpodder'
|
||||
alias sudo='nocorrect sudo'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue