dotfiles/.config/fish/functions/pgit.fish

4 lines
91 B
Fish

function pgit --wraps='git-proxy' --description 'alias git-proxy'
git-proxy $argv;
end