Add some of my personal aliases

This commit is contained in:
Paul Curry 2014-07-20 21:21:06 -04:00
commit f1709aed36

View file

@ -36,3 +36,5 @@ alias sl=ls # often screw this up
alias afind='ack-grep -il' alias afind='ack-grep -il'
# brew aliases for Mac
alias rebrew='brew update; brew doctor'