From 307d1123f26d1254ca8ee8be20988659909b08b4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 Feb 2014 06:09:02 +0100 Subject: [PATCH] zsh: put histfile in ZSH_CACHE --- 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 c035750..1605dea 100644 --- a/zsh/lib/history.zsh +++ b/zsh/lib/history.zsh @@ -1,5 +1,5 @@ ## Command history configuration -HISTFILE=$HOME/.histfile +HISTFILE=$ZSH_CACHE/histfile HISTSIZE=10000 SAVEHIST=10000 -- 2.48.1