summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/cache/grep-alias
blob: 8ec15cd78035d9fe235b904d0899b3c4da7b2a54 (plain) (blame)
1
2
3
alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
alias egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
alias fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'