mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
fix(gcloud): add support for brew installations (#11772)
This commit is contained in:
parent
8a6fc5c16d
commit
22e710b4e4
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
||||
search_locations=(
|
||||
"$HOME/google-cloud-sdk"
|
||||
"/usr/local/share/google-cloud-sdk"
|
||||
"/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
|
||||
"/opt/homebrew/Caskroom/google-cloud-sdk/latest/google-cloud-sdk"
|
||||
"/usr/share/google-cloud-sdk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue