aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-25 10:16:19 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-25 10:16:19 -0500
commitfc45c4a8d7d1ac898647cb7c2c186236a19db1fa (patch)
tree1d381c064ecc947cbf736ced5d3639ca0a583c6f /.zshrc
parentInhibit emacs startup screen (diff)
Drop the grop alias from .zshrc, handled by environment var
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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.