From 0594d532bcbdba279e273e4096a160834e91a086 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 21 Jun 2021 19:24:02 +0200 Subject: Added zsh sharing history between shells --- config/zsh/zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/zsh/zprofile') 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" -- cgit