# grep without colour

function grep
	command grep --color=never $argv
end