configs  Artifact [17bde11169]

Artifact 17bde11169ffda22d61475d89912014faf740f1d501d61eb4a92d423f5afc90c:


function fgrep
	if which ggrep >/dev/null
		command ggrep -F --color=auto $argv
	else
		command fgrep --color=auto $argv
	end
end