From 70a5374692ee3ff7a3da9ebc5cb78a1436e1bc1c Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 28 Nov 2011 09:39:48 -0500 Subject: [PATCH 1/2] No awk-grep, ditch that alias. --- lib/aliases.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 0555be264..e99d2f95d 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -19,6 +19,3 @@ alias lsa='ls -lah' alias l='ls -la' alias ll='ls -l' alias sl=ls # often screw this up - -alias afind='ack-grep -il' - From 6eea8dd17aae29b089b966b2203f0e7c95fafb2d Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 28 Nov 2011 09:43:17 -0500 Subject: [PATCH 2/2] 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'