brew install gradle-completion echo $fpath | grep "/usr/local/share/zsh/site-functions"
  Add the following line to your ~/.bash_profile:   [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
  Bash completion has been installed to:   /usr/local/etc/bash_completion.d ==> gradle-completion Bash completion has been installed to:   /usr/local/etc/bash_completion.d
  zsh completions have been installed to:   /usr/local/share/zsh/site-functions
   |