diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-25 14:45:53 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-25 14:45:53 -0500 |
commit | ee578b407335328ca6a64c8ee5ce39a7ce38cfb6 (patch) | |
tree | b010bb59ca5721c07282c4237243053e4059f1b3 /.zshrc | |
parent | Added clobber target for emacsen (diff) |
Drop the grop alias from .zshrc, handled by environment var; for real this time
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |