From 210271a062c0d646460c30309f420161a828b1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 24 Oct 2017 21:21:07 +0200 Subject: [PATCH] Command completion for g alias in fish --- terminal/fish/functions/g.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/fish/functions/g.fish b/terminal/fish/functions/g.fish index 96cda02..d3a2c19 100755 --- a/terminal/fish/functions/g.fish +++ b/terminal/fish/functions/g.fish @@ -1,4 +1,4 @@ -function g +function g --wraps git # shortcut to git # If no arguments are given, run git status and git l if count $argv >/dev/null