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

4 lines
40 B
Fish
Raw Normal View History

function gdt
2022-04-12 14:11:50 +02:00
git difftool $argv
end