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