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

5 lines
102 B
Fish

function gdd --description "Use difftastic as a difftool"
git difftool --tool=difftastic $argv
end