Add homebrew gcloud paths

This commit is contained in:
David Tomaschik
2025-03-15 13:28:36 -07:00
parent b7b16e20a6
commit 2c26051817

View File

@@ -10,6 +10,9 @@ if [ -d "${GCL}" ] ; then
source "${GCL}/completion.zsh.inc"
elif [ -f /usr/share/google-cloud-sdk/completion.zsh.inc ] ; then
source /usr/share/google-cloud-sdk/completion.zsh.inc
elif [ -d /opt/homebrew/share/google-cloud-sdk/ ] ; then
source /opt/homebrew/share/google-cloud-sdk/completion.zsh.inc
source /opt/homebrew/share/google-cloud-sdk/path.zsh.inc
fi