mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 09:13:35 +01:00
feat(gcloud): support macports installation path (#11133)
Closes #11133
This commit is contained in:
parent
18d2152798
commit
dfa88b4d36
@ -13,6 +13,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
|||||||
"/usr/lib/google-cloud-sdk"
|
"/usr/lib/google-cloud-sdk"
|
||||||
"/usr/lib64/google-cloud-sdk"
|
"/usr/lib64/google-cloud-sdk"
|
||||||
"/opt/google-cloud-sdk"
|
"/opt/google-cloud-sdk"
|
||||||
|
"/opt/local/libexec/google-cloud-sdk"
|
||||||
)
|
)
|
||||||
|
|
||||||
for gcloud_sdk_location in $search_locations; do
|
for gcloud_sdk_location in $search_locations; do
|
||||||
|
Loading…
Reference in New Issue
Block a user