From be19846e4d7a300e6d133824044ba5c0df2fa5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Mon, 18 Nov 2024 20:36:03 +0100 Subject: sh: add uv plugin This just makes uv install things under ~/.local/uv --- dot_local/share/sh/uv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_local/share/sh/uv (limited to 'dot_local/share/sh/uv') diff --git a/dot_local/share/sh/uv b/dot_local/share/sh/uv new file mode 100644 index 0000000..66628d7 --- /dev/null +++ b/dot_local/share/sh/uv @@ -0,0 +1,5 @@ +. hascmd uv || return +export UV_PYTHON_BIN_DIR=$HOME/.local/uv/bin +export UV_PYTHON_INSTALL_DIR=$HOME/.local/uv/python +export UV_TOOL_BIN_DIR=$HOME/.local/uv/bin +export UV_TOOL_DIR=$HOME/.local/uv/tool -- cgit v1.2.3