1
0
Fork 0
vdotfiles/cli/.config/fish/functions/grep.fish

3 lines
54 B
Fish

function grep
command grep --color=auto $argv
end