How to get rid of `grep: warning: GREP_OPTIONS is deprecated; please use an alias or script`?
Just unset the environment variable using:
unset GREP_OPTIONS
The following setting in ~/.zpreztorc
caused the annoying warning message to be displayed:
zstyle ':prezto:*:*' color 'yes'
I just commented it out and it's fine now. The warning disappeared.