diff --git a/42-zinit.zsh b/42-zinit.zsh index 12ea42e..b7feec6 100644 --- a/42-zinit.zsh +++ b/42-zinit.zsh @@ -8,12 +8,12 @@ ZINIT[SNIPPETS_DIR]="$ZSH_CACHE_DIR/snippets" ZINIT[ZCOMPDUMP_PATH]="$ZSH_CACHE_DIR/zcompdump" ZPFX="$ZSH_CACHE_DIR/polaris" -if [ ! -d "${ZINIT}[HOME_DIR]" ]; then - git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZINIT}[HOME_DIR]" - zcompile "${ZINIT}[HOME_DIR]/zinit.zsh" +if [ ! -d "${ZINIT[HOME_DIR]}" ]; then + git clone --depth 1 https://github.com/zdharma-continuum/zinit "${ZINIT[HOME_DIR]}" + zcompile "${ZINIT[HOME_DIR]}/zinit.zsh" fi -source "${ZINIT}[HOME_DIR]/zinit.zsh" +source "${ZINIT[HOME_DIR]}/zinit.zsh" autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit