From 1fdca1abe03795d88582ebefdc020a9dc9bf988e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 26 Feb 2018 10:52:54 +0000 Subject: [PATCH] zsh: history is data, not cache (REQUIRES MANUAL INTERVENTION) Move old histfile to new location --- zsh/lib/history.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1