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:
Simon Gomizelj 2011-11-28 09:43:17 -05:00
commit 6eea8dd17a

View file

@ -2,9 +2,4 @@ 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'