fish-aliases/functions/gitd.fish

4 lines
72 B
Fish
Raw Permalink Normal View History

2017-08-22 10:36:29 +00:00
function gitd --description 'git difftool'
2017-08-22 10:35:27 +00:00
command git difftool
end