diff options
author | ajilty <github@ajilty.com> | 2022-08-25 22:02:35 -0400 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-09-08 20:33:33 +0200 |
commit | dfa88b4d369f6afc7205af0b399a0ef05a4bef2e (patch) | |
tree | 544c74f68dc398ea059586253c6830c63094aac9 | |
parent | 18d2152798e15898f3c11a2fd3d8a59a62b4ac33 (diff) | |
download | zsh-dfa88b4d369f6afc7205af0b399a0ef05a4bef2e.tar.gz zsh-dfa88b4d369f6afc7205af0b399a0ef05a4bef2e.tar.bz2 zsh-dfa88b4d369f6afc7205af0b399a0ef05a4bef2e.zip |
feat(gcloud): support macports installation path (#11133)
Closes #11133
-rw-r--r-- | plugins/gcloud/gcloud.plugin.zsh | 1 |
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 |