Slackbot
08/29/2023, 1:03 PMRobert Elliot
08/29/2023, 1:04 PMecho $fpath | grep "/usr/local/share/zsh/site-functions" returns /opt/homebrew/share/zsh/site-functions /usr/local/share/zsh/site-functions /usr/share/zsh/site-functions /usr/share/zsh/5.9/functions, and other brew installed commands have autocomplete.Robert Elliot
08/29/2023, 1:09 PM/opt/homebrew/share/zsh/site-functions contains _gradle -> ../../../Cellar/gradle-completion/1.4.1/share/zsh/site-functions/_gradle
but /usr/share/zsh/5.9/functions also contains _gradle. Wonder if that's the issue..Robert Elliot
08/29/2023, 1:17 PM/usr/share/zsh/5.9/functions/_gradle seems to have reinstated it.
Thank you for being my rubber duck. (How is it possible that there's no rubber duck emoji?!)Robert Elliot
08/29/2023, 1:48 PM