From fc45c4a8d7d1ac898647cb7c2c186236a19db1fa Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 25 Feb 2013 10:16:19 -0500 Subject: Drop the grop alias from .zshrc, handled by environment var --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 61adf09..e2dad64 100644 --- a/.zshrc +++ b/.zshrc @@ -135,7 +135,7 @@ if [[ `uname` = "Linux" ]]; then alias chown="chown -v" alias chmod="chmod -v" - alias grep="grep --colour=always" # Colour grep too. + alias grep="grep --colour=auto" # Colour grep too. fi alias ls="SUBSTS_LS --classify --color=always" # Add all colours and # have fancy symbols for files, etc. -- cgit v1.2.3