From bc7d624a9108c027f5926fe3e1edbaeeed9db151 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 2 Nov 2021 18:26:50 +0800 Subject: [PATCH] Fix zinit repository url --- config/bootstrap.conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bootstrap.conf.yml b/config/bootstrap.conf.yml index 205403c..9481091 100644 --- a/config/bootstrap.conf.yml +++ b/config/bootstrap.conf.yml @@ -14,7 +14,7 @@ command: | if cd ~/.zinit/bin; then git pull; - else git clone https://github.com/zdharma/zinit.git ~/.zinit/bin; fi + else git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; fi # Change default shell to zsh - shell: