From bb97b2cc607006994dadc61e8e08c697cc47ad27 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 22 Aug 2017 12:36:29 +0200 Subject: [PATCH] fix gitd! --- functions/gitd.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/gitd.fish b/functions/gitd.fish index 04f49f4..1121c80 100644 --- a/functions/gitd.fish +++ b/functions/gitd.fish @@ -1,3 +1,3 @@ -function gitp --description 'git difftool' +function gitd --description 'git difftool' command git difftool end