4 lines
102 B
Fish
4 lines
102 B
Fish
function fgrep --description 'alias fgrep=fgrep --color=auto'
|
|
command fgrep --color=auto $argv;
|
|
end
|