dotfiles/.config/fish/functions/gp.fish

5 lines
79 B
Fish

# Defined in /tmp/fish.XGxM7O/gp.fish @ line 1
function gp
git pull $argv
end