1
0
Fork 0
vdotfiles/dot_config/fish/functions/rgrep.fish
2025-01-02 19:09:29 +02:00

3 lines
56 B
Fish

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