diff options
author | Robby Russell <robby@planetargon.com> | 2010-06-10 07:50:24 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-06-10 07:50:24 -0700 |
commit | 7c279856ed4f244a504e5fc89201ab0be86eade5 (patch) | |
tree | 8374a738cb30be059fbdf2752d9c80d609abbab6 /lib/correction.zsh | |
parent | 7f350da5b74c65ed99766c8ebd5137aee9479225 (diff) | |
parent | b26ff059653716fd38d1813b797572bbec718c16 (diff) | |
download | zsh-7c279856ed4f244a504e5fc89201ab0be86eade5.tar.gz zsh-7c279856ed4f244a504e5fc89201ab0be86eade5.tar.bz2 zsh-7c279856ed4f244a504e5fc89201ab0be86eade5.zip |
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'lib/correction.zsh')
-rw-r--r-- | lib/correction.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/correction.zsh b/lib/correction.zsh index a96f7ffd8..fc60dcdbd 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -6,3 +6,5 @@ alias mysql='nocorrect mysql' alias mkdir='nocorrect mkdir' alias gist='nocorrect gist' alias heroku='nocorrect heroku' +alias ebuild='nocorrect ebuild' +alias hpodder='nocorrect hpodder' |