mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-17 11:20:09 +00:00
fix(gcloud): update AUR default location (#11718)
This commit is contained in:
parent
fb4213c34f
commit
0024107310
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,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/google-cloud-cli"
|
||||||
"/opt/local/libexec/google-cloud-sdk"
|
"/opt/local/libexec/google-cloud-sdk"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue