alias for recrusive grep because I am tired of grepping in .svn and .git dirs ._.
This commit is contained in:
parent
a3ae675e8e
commit
f324ae248c
1 changed files with 1 additions and 0 deletions
1
shellrc
1
shellrc
|
@ -38,6 +38,7 @@ alias cower='command cower -c'
|
||||||
alias pacman='command pacman --color=auto'
|
alias pacman='command pacman --color=auto'
|
||||||
alias rscreen='command screen -Dr'
|
alias rscreen='command screen -Dr'
|
||||||
alias atmux='command tmux attach'
|
alias atmux='command tmux attach'
|
||||||
|
alias rgrep='command grep --exclude-dir=\.{svn,git} -R'
|
||||||
alias hist='fc -l 1'
|
alias hist='fc -l 1'
|
||||||
alias beep='printf "\007"'
|
alias beep='printf "\007"'
|
||||||
alias fixterm='printf "c"'
|
alias fixterm='printf "c"'
|
||||||
|
|
Loading…
Reference in a new issue