dotfiles/fish/.config/fish/functions/gdt.fish

4 lines
40 B
Fish

function gdt
git difftool $argv
end