From 996932f9bf8a657950c1d54254b696aa64ca62e3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 12 Dec 2012 10:09:26 +0000 Subject: More sheel aliases git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@563 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 1c5106d..edf7b19 100644 --- a/zshrc +++ b/zshrc @@ -198,6 +198,8 @@ if [ "$SYSTEM" = "Linux" ] ; then alias ls='ls --color=auto -F' alias grep='grep --color' + alias Grep='grep --color' + alias grpe='grep --color' fi alias cp='cp -i' alias mv='mv -i' -- cgit v1.2.3