File fish/functions/grep.fish artifact 6aa6b9caa3 part of check-in b3e3f764fa
function grep if type -q ggrep command ggrep --color=auto $argv else command grep --color=auto $argv end end
function grep if type -q ggrep command ggrep --color=auto $argv else command grep --color=auto $argv end end