diff --git a/zsh/.zshrc b/zsh/.zshrc index 42abee0..1c799c3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -23,6 +23,7 @@ if [ $shared_config -eq 0 ]; then VI_MODE_SET_CURSOR=true else plugins_txt=${ZDOTDIR:-~}/.zsh/.zsh_plugins_shared.txt + static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_shared_plugins.zsh fi # clone antidote if necessary if ! [[ -e ${ZDOTDIR:-~}/.antidote ]]; then