mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Removed nocorrect settings for some commands. Some are irrelevant for archlinux (ie. ebuild), others would be better served, if needed, by packaging them with the corresponding plugin (ie. hpodder). Lib should be minimal as possible, IMHO. Feel free to revert this change.
This commit is contained in:
parent
70a5374692
commit
6eea8dd17a
1 changed files with 0 additions and 5 deletions
|
|
@ -2,9 +2,4 @@ setopt correct_all
|
||||||
|
|
||||||
alias man='nocorrect man'
|
alias man='nocorrect man'
|
||||||
alias mv='nocorrect mv'
|
alias mv='nocorrect mv'
|
||||||
alias mysql='nocorrect mysql'
|
|
||||||
alias mkdir='nocorrect mkdir'
|
alias mkdir='nocorrect mkdir'
|
||||||
alias gist='nocorrect gist'
|
|
||||||
alias heroku='nocorrect heroku'
|
|
||||||
alias ebuild='nocorrect ebuild'
|
|
||||||
alias hpodder='nocorrect hpodder'
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue