remove all GREP options.

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

View File

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