Makes sure zsh cache dir exists

This commit is contained in:
Jonathan Hodgson 2025-11-19 16:47:57 +00:00
parent 142f0bd5bc
commit 1178e8fd2c

View file

@ -13,6 +13,7 @@ setopt SHARE_HISTORY # Share history between all sessions.
setopt HIST_IGNORE_SPACE
HISTSIZE=10000
SAVEHIST=10000
mkdir -p ~/.cache/zsh
HISTFILE=~/.cache/zsh/history
# Noclobber