diff options
| -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 |
