diff --git a/zshrc b/zshrc index cf80a05..df7679f 100644 --- a/zshrc +++ b/zshrc @@ -27,9 +27,9 @@ ZINIT[HOME_DIR]="$HOME/.local/zsh/zinit" ZINIT[BIN_DIR]="${ZINIT[HOME_DIR]}/bin" # Load zinit module if it exists. For more info, run: zinit module help -if [ -d "${ZINIT[BIN_DIR]}/zmodules/Src/zdharma" ]; then - module_path+=("${ZINIT[BIN_DIR]}/zmodules/Src") - zmodload zdharma/zplugin +if [ -d "${ZINIT[HOME_DIR]}/module/Src/zdharma_continuum" ]; then + module_path+=( "${ZINIT[HOME_DIR]}/module/Src" ) + zmodload zdharma_continuum/zinit fi # Ask to clone Zinit if it's not already available on disk.