Added grep alias

Got tired of excluding .git when grepping the root of a project
This commit is contained in:
Josh Sherman 2012-08-23 15:59:13 -04:00
parent 21da1ea002
commit 0ee235f1ca

3
bashrc
View file

@ -131,6 +131,9 @@ alias grro="git remote rm origin"
alias grm="git rm"
alias gs="git status"
# grep
alias grep="grep --exclude-dir=.git"
# memcached
alias mc="telnet localhost 11211"