Skip to content

Commit

Permalink
uv: add env vars for xdg
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jun 27, 2024
1 parent 6465589 commit 2d8116e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/fish/conf.d/__xdg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ set -p XDG_BIN_DIRS $CARGO_HOME/bin
set -gx GIT_SSH_COMMAND "ssh -F $XDG_CONFIG_HOME/ssh/config"
alias ssh $GIT_SSH_COMMAND

# uv
set -gx UV_CACHE_DIR $XDG_CACHE_HOME/uv
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

0 comments on commit 2d8116e

Please sign in to comment.