File config/fish/functions/fgrep.fish artifact 17bde11169 part of check-in efaabe0fb7
function fgrep if which ggrep >/dev/null command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end
function fgrep if which ggrep >/dev/null command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end