5a7db2f
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'