summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-06 13:29:59 +0100
committerAlan Pearce2014-07-06 13:29:59 +0100
commit4865dcc52eea524868e9a32dd22105848e8f484e (patch)
treeee78059a1b1acacd4a560004273775a5e1e5cc32
parente117c36fa22f2d59ae034745b992ebd669fe11ba (diff)
downloaddotfiles-4865dcc52eea524868e9a32dd22105848e8f484e.tar.lz
dotfiles-4865dcc52eea524868e9a32dd22105848e8f484e.tar.zst
dotfiles-4865dcc52eea524868e9a32dd22105848e8f484e.zip
zsh: Store per-directory history in .cache
-rwxr-xr-xtag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 11c9284..0d65ccd 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -363,6 +363,7 @@ ec () {
 
 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"