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

5 lines
102 B
Fish
Raw Normal View History

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