Artifact f114a20ecb0724e78343017d025e4c13ff8ee45dee9a1a0d01a64573ce24c688:
- File config/fish/functions/fgrep.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: 121) [annotate] [blame] [check-ins using]
function fgrep if type -q ggrep command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end