From 85157d0ee21728cec82b1ebef1ff325425b962c9 Mon Sep 17 00:00:00 2001 From: Rishi Date: Sun, 18 Aug 2013 11:51:29 -0700 Subject: [PATCH] Allow the ability to search aliases One of the things I ended up doing after installing is trying to grep through the whole list of new aliases. Ended up trying this few times before realizing might be useful within zsh --- lib/aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 9b3709172..4845ff2fe 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -24,3 +24,5 @@ alias sl=ls # often screw this up alias afind='ack-grep -il' +# search aliases +alias manalias='alias | grep -i'