dotfiles/fish/functions/gd.fish

4 lines
41 B
Fish
Executable File

function gd
git diff $argv | mate;
end