# -*- 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'