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
This commit is contained in:
Rishi 2013-08-18 11:51:29 -07:00
commit 85157d0ee2

View file

@ -24,3 +24,5 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il'
# search aliases
alias manalias='alias | grep -i'