1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 12:48:01 +00:00

Added ack-grep searching

This commit is contained in:
Gerhard Lazu 2009-10-11 14:49:24 +01:00
parent d4d5795473
commit bd63d88c80

View File

@ -37,6 +37,7 @@ alias sl=ls # often screw this up
alias sgem='sudo gem'
alias rfind='find . -name *.rb | xargs grep -n'
alias afind='ack-grep -il'
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'