gradle / gradle-completion

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

Add gw support to zsh completion #5

Closed DanielThomas closed 7 years ago

DanielThomas commented 7 years ago

I use gdub, so this adds gw to the zsh compdef. Unsure how to do that safely with your bash method, maybe a conditional on the command being defined?

Looks great though. Have this running now, I've added to my dotfiles - https://github.com/DanielThomas/dotfiles/commit/336c5f7800f89bd49a4c1fc7902b683ee32533c6!

eriwen commented 7 years ago

Thanks @DanielThomas! Merged.