gradle / gradle-completion

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

Simplify bash installation steps with brew #52

Closed pioterj closed 6 years ago

pioterj commented 6 years ago

Looks like bash-completion is already a dependency for gradle-completion so brew install gradle-completion should be enough (instead of brew install bash-completion gradle-completion as currently specified in the documentation.

It would be awesome if the step echo '[ -f $(brew --prefix)/etc/bash_completion ] && . $(brew --prefix)/etc/bash_completion' >> ~/.bash_profile could also be handled by the installation.