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

3 lines
56 B
Fish

function rgrep
grep --exclude-dir=.git -R $argv
end