1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-24 22:26:43 +00:00

Fish: Add git push command

This commit is contained in:
Phantop 2018-11-23 09:22:29 -05:00
parent aea4372ef6
commit 1a595ebb5c

View file

@ -0,0 +1,4 @@
# Defined in /tmp/fish.Iak7eY/push.fish @ line 1
function push
g push $argv
end