configs  Diff

Differences From Artifact [f114a20ecb]:

To Artifact [f3b40d9221]:


1
2
3
4
5
6
7
function fgrep
	if type -q ggrep
		command ggrep -F --color=auto $argv
	else
		command fgrep --color=auto $argv
	end
end

|
|
|
|
|

1
2
3
4
5
6
7
function fgrep
    if type -q ggrep
        command ggrep -F --color=auto $argv
    else
        command fgrep --color=auto $argv
    end
end