mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 20:30:09 +00:00
Added ack-grep searching
This commit is contained in:
parent
7705ffaf0c
commit
fdac2b3f04
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue