From: Samir Benmendil Date: Mon, 26 Feb 2018 10:52:54 +0000 (+0000) Subject: zsh: history is data, not cache (REQUIRES MANUAL INTERVENTION) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1fdca1abe03795d88582ebefdc020a9dc9bf988e?ds=sidebyside zsh: history is data, not cache (REQUIRES MANUAL INTERVENTION) Move old histfile to new location --- diff --git a/zsh/lib/history.zsh b/zsh/lib/history.zsh index 9fd3f3c..4a16fdf 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,5 +1,5 @@ ## Command history configuration -HISTFILE=$ZSH_CACHE/histfile +HISTFILE=$ZSH_DATA/histfile HISTSIZE=10000 SAVEHIST=10000