1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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

This commit is contained in:
Franco Catena
2019-09-21 18:11:25 -03:00
committed by Marc Cornellà
parent 6cfaa07627
commit be9160ef90

View File

@@ -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