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

4 lines
54 B
Fish
Raw Permalink Normal View History

2023-02-05 22:13:01 +02:00
function grep
command grep --color=auto $argv
end