Fix missing zsh cache dir

This commit is contained in:
Fabian Ising
2022-10-06 16:36:52 +02:00
parent 19d2d39e15
commit 629c3b6985
2 changed files with 2 additions and 0 deletions

1
zsh/.gitignore vendored
View File

@@ -1,3 +1,4 @@
.*_config*
!.*_config*.example
.p10k.mac.zsh
antigen/

View File

@@ -13,6 +13,7 @@ export PATH="$HOME/.local/bin:$PATH"
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
# Load Antidote
mkdir -p ${ZDOTDIR:-~}/.cache/zsh
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt
# clone antidote if necessary