From 2d1bab7c71582f465cdc754ab788797f0f13a572 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 28 Jan 2022 11:44:55 +0000 Subject: [PATCH] fix(zsh): update zinit repo URLs to point to newly maintained fork --- zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 7d18cd0..8ac04bf 100644 --- a/zshrc +++ b/zshrc @@ -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