mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
gcloud: add search path for Arch Linux (#8164)
This commit is contained in:
parent
6cfaa07627
commit
be9160ef90
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
||||||
"/usr/share/google-cloud-sdk"
|
"/usr/share/google-cloud-sdk"
|
||||||
"/snap/google-cloud-sdk/current"
|
"/snap/google-cloud-sdk/current"
|
||||||
"/usr/lib64/google-cloud-sdk/"
|
"/usr/lib64/google-cloud-sdk/"
|
||||||
|
"/opt/google-cloud-sdk"
|
||||||
)
|
)
|
||||||
|
|
||||||
for gcloud_sdk_location in $search_locations; do
|
for gcloud_sdk_location in $search_locations; do
|
||||||
|
|
Loading…
Reference in a new issue