configs  Artifact [6aa6b9caa3]

Artifact 6aa6b9caa36ba31f28e644e3c1ca493e9a65a9f0c5d949d3a399a0484eb9a8c1:


function grep
    if type -q ggrep
        command ggrep --color=auto $argv
    else
        command grep --color=auto $argv
    end
end