diff options
| author | 2024-11-18 20:36:03 +0100 | |
|---|---|---|
| committer | 2024-11-18 20:36:03 +0100 | |
| commit | be19846e4d7a300e6d133824044ba5c0df2fa5d2 (patch) | |
| tree | 532e0f8ed34484a32d1cb37e65156f946e7a50ed | |
| parent | nvim: add paredit (diff) | |
sh: add uv plugin
This just makes uv install things under ~/.local/uv
| -rw-r--r-- | dot_local/share/sh/uv | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
