Fish: fixed 'g' command

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-02-05 19:37:54 +01:00
parent 9ba77618c8
commit aca31f6c16
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
function g
git $args
git $argv
end