4 lines
56 B
Fish
4 lines
56 B
Fish
|
function rgrep
|
||
|
grep --exclude-dir=.git -R $argv
|
||
|
end
|