-
Notifications
You must be signed in to change notification settings - Fork 98
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
zgen-update fails after latest update #110
Comments
I can confirm this problem. I'm a bit puzzled what the (^.git) is meant to do? ^.git would mean match anything but .git but what are the () for ? In addition in my install there is not $HOME/.zgen/.git directory. After using the following function manually i got a lot of updates but the "no match found" is still there!
|
Hi i figured it out myself after running zgen selfupdate it pulled updates for zgen and worked again. This is explained in the commit msg.
|
If you're landing here confused - it's possible that your shell is in bash instead of zsh which will give you the same error. If that's the case when you launch the terminal macOS should give you the command to switch the shell to zsh and then things should work. |
After the latest update,
zgen-update
fails with this error message:I think it may be in function
zgen-update()
, on line 218 ofzgen.zsh
, in commit 5999d9e from pull request #95 that caused this.Old code that works:
New code that may be broken:
The text was updated successfully, but these errors were encountered: