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

4 lines
51 B
Fish

function gdt
git --no-pager difftool $argv
end