From 0d83e21aa6e053e49bf51c6bd9851a10b47c7946 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 8 Nov 2016 16:47:09 +0000 Subject: [PATCH] remove all GREP options. --- .zsh/exports.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zsh/exports.zsh b/.zsh/exports.zsh index 11f185c..f3610f8 100644 --- a/.zsh/exports.zsh +++ b/.zsh/exports.zsh @@ -8,8 +8,6 @@ export HISTSIZE=1000 export SAVEHIST=1000 # location of history export HISTFILE=~/.zhistory -# grep options -export GREP_COLOR='1;32' # language export LC_ALL=en_US.UTF-8 export LANGUAGE=en_US.UTF-8