function sgrep -d "Call grep without honoring GREP_OPTIONS settings"
	set -l GREP_OPTIONS
	grep $argv
end