homes/common/.config/fish/functions/gitgrep.fish

6 lines
77 B
Fish
Executable file

#!/usr/bin/env fish
#
function gitgrep -d "git grep"
git grep $argv
end