summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Rowe <jnrowe@gmail.com>2010-05-09 21:17:20 +0800
committerRobby Russell <robby@planetargon.com>2010-06-05 23:22:57 +0800
commit6774490a467016db70e9ec1ddd1bab6fe37a722a (patch)
treebe73d8b07d0927fddc5425e1f33ee7c97a63a1a4
parentfca8b7e3e61056998c8d15836f907345b423b121 (diff)
downloadzsh-6774490a467016db70e9ec1ddd1bab6fe37a722a.tar.gz
zsh-6774490a467016db70e9ec1ddd1bab6fe37a722a.tar.bz2
zsh-6774490a467016db70e9ec1ddd1bab6fe37a722a.zip
Don't auto-correct ebuild commands.
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
-rw-r--r--lib/correction.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/correction.zsh b/lib/correction.zsh
index a96f7ffd8..043320a6d 100644
--- a/lib/correction.zsh
+++ b/lib/correction.zsh
@@ -6,3 +6,4 @@ alias mysql='nocorrect mysql'
alias mkdir='nocorrect mkdir'
alias gist='nocorrect gist'
alias heroku='nocorrect heroku'
+alias ebuild='nocorrect ebuild'