dotfiles/fish/.config/fish/functions/gdd.fish

4 lines
103 B
Fish
Raw Normal View History

function gdd --description "Use difftastic as a difftool"
2022-04-12 14:11:50 +02:00
git difftool --tool=difftastic $argv
end