Remove GREP_OPTIONS as it is deprecated.
This commit is contained in:
parent
fbc2b81f77
commit
64ff489119
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue