fish-aliases/functions/gitd.fish

4 lines
72 B
Fish

function gitd --description 'git difftool'
command git difftool
end