aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_sgrep.fish
blob: 36c77389ad02727517705132b4c7a22c089861bd (plain)
1
2
3
4
5

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