configs  Artifact [f114a20ecb]

Artifact f114a20ecb0724e78343017d025e4c13ff8ee45dee9a1a0d01a64573ce24c688:


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