5 lines
105 B
Fish
5 lines
105 B
Fish
|
function grep --description 'alias grep=grep --color=auto'
|
||
|
command grep --color=auto $argv
|
||
|
|
||
|
end
|