diff --git a/functions/gitd.fish b/functions/gitd.fish new file mode 100644 index 0000000..04f49f4 --- /dev/null +++ b/functions/gitd.fish @@ -0,0 +1,3 @@ +function gitp --description 'git difftool' + command git difftool +end