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

4 lines
103 B
Fish

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