Command completion for g alias in fish

This commit is contained in:
Thomas Lovén 2017-10-24 21:21:07 +02:00
parent b70317fa04
commit 210271a062

View File

@ -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