From 64ff48911978c5b783e4ee13a61b22633ce24562 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 8 Nov 2016 16:43:09 +0000 Subject: [PATCH] Remove GREP_OPTIONS as it is deprecated. --- .zsh/exports.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index feda634..11f185c 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -9,7 +9,6 @@ export SAVEHIST=1000 # location of history export HISTFILE=~/.zhistory # grep options -export GREP_OPTIONS='--color=auto' export GREP_COLOR='1;32' # language export LC_ALL=en_US.UTF-8