configs  Artifact [f3b40d9221]

Artifact f3b40d9221f42d288ef2464774d9604bc7e6e135a1b118cd47c411ad63fa8288:


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