gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

zsh completion instructions are hardcoded #99

Open yschimke opened 3 years ago

yschimke commented 3 years ago

https://github.com/gradle/gradle-completion/blob/master/README.md

# Ensure /usr/local/share/zsh/site-functions is on $fpath. You should get a result from the following
echo $fpath | grep "/usr/local/share/zsh/site-functions"

May not be correct on some setups.