-
Notifications
You must be signed in to change notification settings - Fork 133
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
Basic installation doesn't work on macOS with zsh #95
Comments
Try quitting Terminal and re-opening it. This was a required step that I had to do to get it to work properly. |
The issue is that the manual install step would put the So if you run I ran into this same issue :). Edit: Running ./gradlew will also generate the cache of course |
I am getting this error
After which I can't get autocomplete working following the above steps or the troubleshooting steps in readme 😞 |
I'm running into the same problem! Is homebrew not the recommended way to install |
just add following snippet to your if [ $commands[brew] ]
then
fpath=("$(brew --prefix)/share/zsh/site-functions" $fpath)
fi see https://docs.brew.sh/Shell-Completion#configuring-completions-in-zsh |
~/.zsh/gradle-completion
doesn't exist, is there some undocumented intermediary step required?The text was updated successfully, but these errors were encountered: