From 6eea8dd17aae29b089b966b2203f0e7c95fafb2d Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 28 Nov 2011 09:43:17 -0500 Subject: [PATCH] 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. --- lib/correction.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/correction.zsh b/lib/correction.zsh index fc60dcdbd..cab442d08 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -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'