Remove GREP_OPTIONS as it is deprecated.

This commit is contained in:
staticsafe 2016-11-08 16:43:09 +00:00
parent fbc2b81f77
commit 64ff489119
1 changed files with 0 additions and 1 deletions

View File

@ -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