From 003f24fc55a87a2e338ef0c2b1e0d73b0d2977d2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 1 Jan 2025 23:58:36 +0100 Subject: [PATCH] add placeholder pipx function --- dot_config/fish/private_functions/pipx.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dot_config/fish/private_functions/pipx.fish diff --git a/dot_config/fish/private_functions/pipx.fish b/dot_config/fish/private_functions/pipx.fish new file mode 100644 index 0000000..8d4151a --- /dev/null +++ b/dot_config/fish/private_functions/pipx.fish @@ -0,0 +1,4 @@ +function pipx +echo "Use `uv` instead" +return 1 +end