aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh/zprofile')
-rwxr-xr-xconfig/zsh/zprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile
index 18592e8..660327e 100755
--- a/config/zsh/zprofile
+++ b/config/zsh/zprofile
@@ -37,10 +37,10 @@ export CARGO_HOME="$XDG_DATA_HOME/cargo"
export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
export JULIA_DEPOT_PATH="$XDG_DATA_HOME/julia:$JULIA_DEPOT_PATH"
# cache
-export HISTFILE="$XDG_CACHE_HOME/history"
+export HISTFILE="$XDG_CACHE_HOME/zsh/history"
export LESSHISTFILE='-' # no ~/.lesshst
export PYTHON_EGG_CACHE="$XDG_CACHE_HOME/python-eggs"
-export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle
+export BUNDLE_USER_CACHE="$XDG_CACHE_HOME/bundle"
# runtime
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"