dotfiles/.config/fish/functions/push.fish

5 lines
81 B
Fish

# Defined in /tmp/fish.Iak7eY/push.fish @ line 1
function push
g push $argv
end