all repos — nixfiles @ 4865dcc52eea524868e9a32dd22105848e8f484e

System and user configuration, managed by nix and home-manager

zsh: Store per-directory history in .cache
Alan Pearce alan@alanpearce.co.uk
Sun, 06 Jul 2014 13:29:59 +0100
commit

4865dcc52eea524868e9a32dd22105848e8f484e

parent

e117c36fa22f2d59ae034745b992ebd669fe11ba

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -363,6 +363,7 @@ } 
 if [[ -e $ZDOTDIR/per-directory-history/per-directory-history.zsh ]]
 then
+	HISTORY_BASE=~/.cache/zsh/dirhist
 	source $ZDOTDIR/per-directory-history/per-directory-history.zsh
 else
 	echo "per-directory-history is missing"