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

4 lines
91 B
Fish
Raw Normal View History

2022-09-20 15:13:30 +02:00
function pgit --wraps='git-proxy' --description 'alias git-proxy'
git-proxy $argv;
end