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