fish-aliases/functions/gitd.fish

4 lines
72 B
Fish

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