From f324ae248c7deb25c6f0623e7f54bacb13390bb7 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 19 Mar 2015 16:22:31 +0300 Subject: [PATCH] alias for recrusive grep because I am tired of grepping in .svn and .git dirs ._. --- shellrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shellrc b/shellrc index 1d384b4..a4ac828 100644 --- a/shellrc +++ b/shellrc @@ -38,6 +38,7 @@ alias cower='command cower -c' alias pacman='command pacman --color=auto' alias rscreen='command screen -Dr' alias atmux='command tmux attach' +alias rgrep='command grep --exclude-dir=\.{svn,git} -R' alias hist='fc -l 1' alias beep='printf "\007"' alias fixterm='printf "c"'