From 30a02c15ba40447b0f8bbdbbb3e01440bc09cfa5 Mon Sep 17 00:00:00 2001 From: Leonid Podolny Date: Sat, 6 Dec 2014 21:17:21 +0200 Subject: [PATCH] Stop using deprecated GREP_OPTIONS environment variable --- lib/grep.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/grep.zsh b/lib/grep.zsh index 276fec382..31466c76d 100644 --- a/lib/grep.zsh +++ b/lib/grep.zsh @@ -20,5 +20,5 @@ elif grep-flag-available --exclude=.cvs; then fi unfunction grep-flag-available -export GREP_OPTIONS="$GREP_OPTIONS" +alias grep="grep $GREP_OPTIONS" export GREP_COLOR='1;32'