Artifact 2009a4dbf80c108780faa8b4cd65f2e2cc4db4837441ed7b9af5f998886d0a21:
- File config/fish/functions/grep.fish — part of check-in [c4bb3283fb] at 2020-02-15 22:44:12 on branch trunk — Update fish config for 3.1.0 (user: js, size: 116) [annotate] [blame] [check-ins using]
function grep if type -q ggrep command ggrep --color=auto $argv else command grep --color=auto $argv end end