Artifact 17bde11169ffda22d61475d89912014faf740f1d501d61eb4a92d423f5afc90c:
- File config/fish/functions/fgrep.fish — part of check-in [09fe98aab3] at 2020-01-21 00:11:28 on branch trunk — Add fish config (user: js, size: 130) [annotate] [blame] [check-ins using]
function fgrep if which ggrep >/dev/null command ggrep -F --color=auto $argv else command fgrep --color=auto $argv end end