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: |
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:

Loading…
Cancel
Save