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