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

master
Franco Catena 7 years ago committed by Marc Cornellà
parent 6cfaa07627
commit be9160ef90
  1. 1
      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

Loading…
Cancel
Save