From 629c3b69851d22c5c4d23cbcf7ec0bcddd108c06 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Thu, 6 Oct 2022 16:36:52 +0200 Subject: [PATCH] Fix missing zsh cache dir --- zsh/.gitignore | 1 + zsh/.zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/zsh/.gitignore b/zsh/.gitignore index 3c2ac79..a41be81 100644 --- a/zsh/.gitignore +++ b/zsh/.gitignore @@ -1,3 +1,4 @@ .*_config* !.*_config*.example .p10k.mac.zsh +antigen/ diff --git a/zsh/.zshrc b/zsh/.zshrc index 1c17809..3d0e86d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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