summary refs log tree commit diff
path: root/fish/functions/grep.fish
blob: bf66e8eabbfa48278f2069342b718170440c31b2 (plain)
1
2
3
4
5
# grep without colour

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