Update .zprofile

This commit is contained in:
Santiago Lo Coco 2024-04-07 20:46:32 +02:00
parent f3652a8652
commit bb3176f34a
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ export GEM_SPEC_CACHE="${XDG_CACHE_HOME}"/gem
export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
export IPYTHONDIR="${XDG_CONFIG_HOME}/ipython"
export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME"/jupyter
export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle
#export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle
export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle
export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
#export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
export TLDR_CACHE_DIR="$XDG_CACHE_HOME"/tldr
export TLDR_AUTO_UPDATE_DISABLED=true
export SHELL_SESSIONS_DISABLE=1