From 8a5d0a1fc7f2a5f5965c54cffbf221d44ca789b9 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 22 Aug 2017 12:35:27 +0200 Subject: [PATCH] add gitd --- functions/gitd.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/gitd.fish 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