How to get rid of `grep: warning: GREP_OPTIONS is deprecated; please use an alias or script`?

Sergey Alekseev picture Sergey Alekseev · Jul 1, 2015 · Viewed 8k times · Source

I have zsh + zprezto installed on my Arch linux. Every time I open the console the annoying warning is being displayed:

grep: warning: GREP_OPTIONS is deprecated; please use an alias or script

Following the instructions in [SOLVED] grep: warning: GREP_OPTIONS is deprecated doesn't help. How can I get rid of this warning?

Answer

James Bedford picture James Bedford · Sep 4, 2017

Just unset the environment variable using:

unset GREP_OPTIONS