z-shell / zi

✨ A Swiss Army Knife for Zsh - Unix Shell
https://wiki.zshell.dev
MIT License
735 stars 42 forks source link

[bug]: Website Down #310

Closed rationalthinker1 closed 4 months ago

rationalthinker1 commented 5 months ago

Environment

WSL2 Ubuntu 22.04

Reproduction steps

In my `.zshrc`, I have this line

source <(curl -sLk init.zshell.dev); zzinit

but the website `init.zshell.dev` is down.

Expected behavior

It should load up

Current behavior

command not found zzinit

Code snippet

source <(curl -sLk init.zshell.dev); zzinit

Additional information

zi won't load

Self-service

Have you read the Contributing Guidelines?

Are you familiar with the Contributor Covenant Code of Conduct?

Contact Details

No response

yxia-2022 commented 5 months ago

Same problem

yxia-2022 commented 5 months ago

Fixed: replace source <(curl -sL init.zshell.dev) with source <(curl -sL git.io/zi-loader)

g0j0j0 commented 5 months ago

Well it appears that the site is now working, and no issue so far on my side when loading zinit with my zshrc config. Thanks ! :)

github-actions[bot] commented 4 months ago

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍 Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions!

github-actions[bot] commented 3 months ago

Issue closed and locked due to lack of activity. If you encounter this same issue, please open a new issue and refer to this closed one.