1
0
Fork 0

alias for recrusive grep because I am tired of grepping in .svn and .git dirs ._.

This commit is contained in:
Von Random 2015-03-19 16:22:31 +03:00
parent a3ae675e8e
commit f324ae248c

View file

@ -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"'