3 lines
136 B
Text
3 lines
136 B
Text
alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox,.venv,venv}'
|
|
alias egrep='grep -E'
|
|
alias fgrep='grep -F'
|