mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(gcloud): add asdf installation dir (#12146)
This commit is contained in:
@@ -17,6 +17,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
|
||||
"/opt/google-cloud-sdk"
|
||||
"/opt/google-cloud-cli"
|
||||
"/opt/local/libexec/google-cloud-sdk"
|
||||
"$HOME/.asdf/installs/gcloud/*/"
|
||||
)
|
||||
|
||||
for gcloud_sdk_location in $search_locations; do
|
||||
|
||||
Reference in New Issue
Block a user