You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My homebew installs the completion files into /opt/homebrew/Cellar/gradle-completion/1.4.1/etc/bash_completion.d/gradle
As a result the command in readme, [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh", is not working.
There's an obvious workaround to make a symlink but I wonder if there are better instructions. New to the Macs from Linux and I don't know how to make it so that the version ID would not be hard-coded into paths.
brew --version
Homebrew 4.4.0
The text was updated successfully, but these errors were encountered:
My homebew installs the completion files into /opt/homebrew/Cellar/gradle-completion/1.4.1/etc/bash_completion.d/gradle
As a result the command in readme, [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh", is not working.
There's an obvious workaround to make a symlink but I wonder if there are better instructions. New to the Macs from Linux and I don't know how to make it so that the version ID would not be hard-coded into paths.
My homebew installs the completion files into
/opt/homebrew/Cellar/gradle-completion/1.4.1/etc/bash_completion.d/gradle
As a result the command in readme,
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
, is not working.There's an obvious workaround to make a symlink but I wonder if there are better instructions. New to the Macs from Linux and I don't know how to make it so that the version ID would not be hard-coded into paths.
The text was updated successfully, but these errors were encountered: