浏览代码

gcloud: add search path for Arch Linux (#8164)

Franco Catena 4 年之前
父节点
当前提交
be9160ef90
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/gcloud/gcloud.plugin.zsh

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