Browse Source

Fix zinit repository url

ubuntu_ci
Ein Verne 3 years ago
parent
commit
bc7d624a91
  1. 2
      config/bootstrap.conf.yml

2
config/bootstrap.conf.yml

@ -14,7 +14,7 @@
command: | command: |
if cd ~/.zinit/bin; if cd ~/.zinit/bin;
then git pull; 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 # Change default shell to zsh
- shell: - shell:

Loading…
Cancel
Save