fix(zsh): update zinit repo URLs to point to newly maintained fork

This commit is contained in:
2022-01-28 11:44:55 +00:00
parent bb827fd809
commit 2d1bab7c71

4
zshrc
View File

@@ -36,7 +36,7 @@ fi
[ ! -d "${ZINIT[BIN_DIR]}" ] &&
read -q "REPLY?Zinit not installed, clone to ${ZINIT[BIN_DIR]}? [y/N]:" &&
echo &&
git clone --depth=1 "https://github.com/zdharma/zinit.git" "${ZINIT[BIN_DIR]}"
git clone --depth=1 "https://github.com/zdharma-continuum/zinit.git" "${ZINIT[BIN_DIR]}"
# Load Zinit
source "${ZINIT[BIN_DIR]}/zinit.zsh"
@@ -61,7 +61,7 @@ zinit light jimeh/plain.zsh-theme
zinit ice wait lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay"
zinit light zdharma/fast-syntax-highlighting
zinit light zdharma-continuum/fast-syntax-highlighting
zinit ice wait lucid blockf
zinit light zsh-users/zsh-completions