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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
103 B
Fish
Raw Normal View History

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