From 77042289943a9dbe37f2dbdb023f1b0e51659ab1 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 8 Nov 2016 17:14:53 +0000 Subject: [PATCH] add another alias to solve the grep warning --- .zsh/exports.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 222f57a..c167e5f 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -21,4 +21,5 @@ fi export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" # unset GREP_OPTIONS +alias grep="/bin/grep $GREP_OPTIONS" unset GREP_OPTIONS