Browse Source

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

Mete 4 months ago
parent
commit
8980ffebbc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/gcloud/gcloud.plugin.zsh

+ 1 - 0
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