Skip to content

Commit

Permalink
xdg: update uv
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 8, 2024
1 parent 8d90986 commit 3ab8d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/fish/conf.d/__xdg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ alias ssh $GIT_SSH_COMMAND

# uv
set -gx UV_CACHE_DIR $XDG_CACHE_HOME/uv
set -gx UV_PYTHON_INSTALL_DIR $XDG_DATA_HOME/uv/python
set -gx UV_TOOL_DIR $XDG_DATA_HOME/uv/tools
set -gx UV_TOOLCHAIN_DIR $XDG_DATA_HOME/uv/toolchains

# zsh
set -gx ZDOTDIR $XDG_CONFIG_HOME/zsh
Expand Down
1 change: 1 addition & 0 deletions .config/fish/conf.d/python.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -gx PIP_DISABLE_PIP_VERSION_CHECK 1
set -gx PIP_REQUIRE_VIRTUALENV 1
set -gx PYTHONDONTWRITEBYTECODE 1
set -gx UV_PREVIEW 1

0 comments on commit 3ab8d10

Please sign in to comment.