dots/stow/.config/fish/functions/gpl.fish

4 lines
97 B
Fish

function gpl --wraps='git pull' --description 'alias gpl=git pull'
git pull $argv
end