Skip to content

Commit

Permalink
Set upPIPX_HOME pointing to $XDG_DATA_HOME/pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Mar 13, 2024
1 parent b06d2c4 commit d54f169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runcom/dot-zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export IPYTHONDIR=$XDG_CONFIG_HOME/ipython
export JUPYTER_CONFIG_DIR=$XDG_CONFIG_HOME/jupyter
export MACHINE_STORAGE_PATH=$XDG_DATA_HOME/docker-machine
export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc
export PIPX_HOME=$XDG_DATA_HOME/pipx
export PYTHONSTARTUP=$XDG_CONFIG_HOME/python/pythonrc
export RIPGREP_CONFIG_PATH=$XDG_CONFIG_HOME/ripgrep/ripgreprc
export RUFF_CACHE_DIR=$XDG_CACHE_HOME/ruff
Expand Down

0 comments on commit d54f169

Please sign in to comment.