summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/gcloud/gcloud.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gcloud/gcloud.plugin.zsh b/plugins/gcloud/gcloud.plugin.zsh
index d43c62178..9be9d68aa 100644
--- a/plugins/gcloud/gcloud.plugin.zsh
+++ b/plugins/gcloud/gcloud.plugin.zsh
@@ -13,6 +13,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
"/usr/lib/google-cloud-sdk"
"/usr/lib64/google-cloud-sdk"
"/opt/google-cloud-sdk"
+ "/opt/local/libexec/google-cloud-sdk"
)
for gcloud_sdk_location in $search_locations; do