-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: cannot stat 'path/to/zinit/doc/zinit.1' #418
Comments
Mhm, It is a bug in the formulae. |
The formulae just update the version it seems, maybe something changed in this update that needs to update to the formula |
I think PR #380 broke it... |
Copy doc/zinit.1 only if it exists. Fixes #418.
Revert "Copy doc/zinit.1 only if it exists. Fixes #418."
The homebrew formula looks fine to me. It downloads https://github.com/zdharma-continuum/zinit/archive/refs/tags/v3.8.0.tar.gz, which does contain |
I could not update the formula because Homebrew requires the respective project to have a release within the last year, which Zinit had not. |
I thought I would chime in to provide a quick fix:
|
🎉 This issue has been resolved in version 3.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This still seems to be a problem. Tried installing Zinit on a fresh MacOS through homebrew. It installed v5.9.0 and I'm still getting this error when opening a new terminal session: |
I also encountered this issue with a fresh install on a brand new Macbook. I can confirm that I installed version 3.9. @aov-mx provided a very helpful fix. For Mac users out there, the flag ln -s "$(man -w zinit)" "$(brew --prefix)/opt/zinit/doc/zinit.1" |
This also happens with nix installation.
|
@alichtman I see my PR had already been merged & unmerged before |
@psprint also |
What happened?
After installing zinit 3.8.0 the following line appears
Steps to reproduce
~/.zinit
foldersource /opt/homebrew/Cellar/zinit/*/zinit.zsh
Relevant output
Screenshots and recordings
No response
Operating System & Version
OS: darwin21.0 | Vendor: apple | Machine: x86_64 | CPU: arm64 | Processor: arm | Hardware: arm64
Zsh version
zsh 5.8 (x86_64-apple-darwin21.0)
Terminal emulator
xterm-kitty
If using WSL on Windows, which version of WSL
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: