aboutsummaryrefslogtreecommitdiffstats
path: root/grep/bash-aliases
blob: 59c21d809a3c7e81529c246fbaadc0ed161824ff (plain) (blame)
1
2
3
4
5
6
7
# -*- shell-script -*-

#DESCRIPTION:  Use colours with grep when the output is not piped

alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'