6 lines
77 B
Fish
Executable file
6 lines
77 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function gitgrep -d "git grep"
|
|
git grep $argv
|
|
end
|