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

3 lines
103 B
Fish

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