add placeholder pipx function

This commit is contained in:
Gabriel Augendre 2025-01-01 23:58:36 +01:00
parent 94b85b8410
commit 003f24fc55

View file

@ -0,0 +1,4 @@
function pipx
echo "Use `uv` instead"
return 1
end