From bb3176f34a6c4896df02d26e29c7020893f7ecec Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 7 Apr 2024 20:46:32 +0200 Subject: [PATCH] Update .zprofile --- dotfiles/.zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 2942a2f..f800444 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -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