Makes sure zsh cache dir exists
This commit is contained in:
parent
142f0bd5bc
commit
1178e8fd2c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue