mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-09 06:22:39 +01:00
add placeholder pipx function
This commit is contained in:
parent
94b85b8410
commit
003f24fc55
1 changed files with 4 additions and 0 deletions
4
dot_config/fish/private_functions/pipx.fish
Normal file
4
dot_config/fish/private_functions/pipx.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function pipx
|
||||||
|
echo "Use `uv` instead"
|
||||||
|
return 1
|
||||||
|
end
|
Loading…
Reference in a new issue