aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-02-25 14:45:53 -0500
committerRyan Kavanagh <rak@debian.org>2013-02-25 14:45:53 -0500
commitee578b407335328ca6a64c8ee5ce39a7ce38cfb6 (patch)
treeb010bb59ca5721c07282c4237243053e4059f1b3 /.zshrc
parentAdded clobber target for emacsen (diff)
Drop the grop alias from .zshrc, handled by environment var; for real this time
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index e2dad64..8b2877a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -134,8 +134,6 @@ if [[ `uname` = "Linux" ]]; then
alias chown="chown -v"
alias chmod="chmod -v"
-
- 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.