diff options
author | Franco Catena <francocatena@gmail.com> | 2019-09-21 18:11:25 -0300 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-09-21 23:11:25 +0200 |
commit | be9160ef90bd55bc4f19f94df548b728c64d87bf (patch) | |
tree | 03f10379c912fb9b4e06bfabbf09a9558f1f6224 /plugins/gcloud/gcloud.plugin.zsh | |
parent | 6cfaa076272e08b6a81b6358b78d020e48f8a4a6 (diff) | |
download | zsh-be9160ef90bd55bc4f19f94df548b728c64d87bf.tar.gz zsh-be9160ef90bd55bc4f19f94df548b728c64d87bf.tar.bz2 zsh-be9160ef90bd55bc4f19f94df548b728c64d87bf.zip |
gcloud: add search path for Arch Linux (#8164)
Diffstat (limited to 'plugins/gcloud/gcloud.plugin.zsh')
-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 6433a7252..c7aebe697 100644 --- a/plugins/gcloud/gcloud.plugin.zsh +++ b/plugins/gcloud/gcloud.plugin.zsh @@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then "/usr/share/google-cloud-sdk" "/snap/google-cloud-sdk/current" "/usr/lib64/google-cloud-sdk/" + "/opt/google-cloud-sdk" ) for gcloud_sdk_location in $search_locations; do |