Fix missing zsh cache dir
This commit is contained in:
1
zsh/.gitignore
vendored
1
zsh/.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.*_config*
|
.*_config*
|
||||||
!.*_config*.example
|
!.*_config*.example
|
||||||
.p10k.mac.zsh
|
.p10k.mac.zsh
|
||||||
|
antigen/
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export PATH="$HOME/.local/bin:$PATH"
|
|||||||
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
|
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
|
||||||
|
|
||||||
# Load Antidote
|
# Load Antidote
|
||||||
|
mkdir -p ${ZDOTDIR:-~}/.cache/zsh
|
||||||
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
|
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
|
||||||
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt
|
plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins.txt
|
||||||
# clone antidote if necessary
|
# clone antidote if necessary
|
||||||
|
|||||||
Reference in New Issue
Block a user