all repos — nixfiles @ 4865dcc52eea524868e9a32dd22105848e8f484e

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

zsh: Store per-directory history in .cache

Alan Pearce
commit

4865dcc52eea524868e9a32dd22105848e8f484e

parent

e117c36fa22f2d59ae034745b992ebd669fe11ba

1 file changed, 1 insertion(+), 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"