dotfiles/fish/functions/gd.fish

4 lines
41 B
Fish
Raw Normal View History

function gd
git diff $argv | mate;
end