Правка синтаксиса

This commit is contained in:
Andrei Astafev 2022-12-19 06:46:56 +03:00
parent e09e731101
commit df7bc41b32

View File

@ -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