From 4e577b505c84c0ee56d84b4fd835d64498404fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 24 Nov 2014 13:08:39 +0100 Subject: [PATCH] Change to alias and rmove decaprated GREP_COLOR --- lib/grep.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/grep.zsh b/lib/grep.zsh index 276fec382..e553a4b99 100644 --- a/lib/grep.zsh +++ b/lib/grep.zsh @@ -20,5 +20,4 @@ elif grep-flag-available --exclude=.cvs; then fi unfunction grep-flag-available -export GREP_OPTIONS="$GREP_OPTIONS" -export GREP_COLOR='1;32' +alias grep="grep $GREP_OPTIONS"