File fish/functions/fgrep.fish artifact f3b40d9221 part of check-in 9686d84236
function fgrep if type -q ggrep command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end
function fgrep if type -q ggrep command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end