aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/zprofile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-06-21 19:24:02 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-06-21 19:24:02 +0200
commit0594d532bcbdba279e273e4096a160834e91a086 (patch)
treeddc53ed33818e89673d5abba5659c16b9da39be2 /config/zsh/zprofile
parent21f4bec0c9e5c1bfd6ef5e656af193b04b439e24 (diff)
downloaddotfiles-0594d532bcbdba279e273e4096a160834e91a086.tar.gz
dotfiles-0594d532bcbdba279e273e4096a160834e91a086.tar.bz2
dotfiles-0594d532bcbdba279e273e4096a160834e91a086.zip
Added zsh sharing history between shells
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"