feat(gcloud): add asdf installation dir (#12146)

master
Mete 2 years ago committed by GitHub
parent f4435a4522
commit 8980ffebbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/gcloud/gcloud.plugin.zsh

@ -17,6 +17,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
"/opt/google-cloud-sdk"
"/opt/google-cloud-cli"
"/opt/local/libexec/google-cloud-sdk"
"$HOME/.asdf/installs/gcloud/*/"
)
for gcloud_sdk_location in $search_locations; do

Loading…
Cancel
Save