Added grep
alias
Got tired of excluding .git when grepping the root of a project
This commit is contained in:
parent
21da1ea002
commit
0ee235f1ca
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue