浏览代码

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

Mete 1 年之前
父节点
当前提交
8980ffebbc
共有 1 个文件被更改,包括 1 次插入0 次删除
  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-sdk"
     "/opt/google-cloud-cli"
     "/opt/google-cloud-cli"
     "/opt/local/libexec/google-cloud-sdk"
     "/opt/local/libexec/google-cloud-sdk"
+    "$HOME/.asdf/installs/gcloud/*/"
   )
   )
 
 
   for gcloud_sdk_location in $search_locations; do
   for gcloud_sdk_location in $search_locations; do