-
Notifications
You must be signed in to change notification settings - Fork 12
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
Oh My Zsh compdef broken after v1.0.0 #40
Comments
So you are saying that reverting that commit fixes things? |
So the newest version of zr no longer loads compinit magically for the user, since different people may or may not want that I believe this is an issue with oh-my-zsh Can you share a minimal oh-my-zsh example zshrc with zr that I can test with? |
I recommend adding I wonder if there is a good place to add that to the docs... |
I would also be happy to add that minimal zshrc as a test case to run before release |
@Avi-D-coder any updates? |
Here's a minimal version of my config.
|
I recommend to |
I have that as well. |
I wonder how to turn this example into a test we could run in CI/CD. |
This change breaks
compdef
for me. 656e503The fix was adding
autoload -Uz compinit; compinit -iCd $HOME/.zcompdump
afterzr ... > ~/.cache/zr.zsh
/home/USER/.cache/zr/robbyrussell/oh-my-zsh.git/lib/directories.zsh:32: command not found: compdef
The text was updated successfully, but these errors were encountered: