# Grep alias grep='grep --color' alias sgrep='grep -R -n -H -C 5 --exclude-dir={.git,.svn,CVS}' alias psg='ps aux | grep -v grep | grep'