Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
be9160ef
Commit
be9160ef
authored
Sep 21, 2019
by
Franco Catena
Committed by
Marc Cornellà
Sep 21, 2019
Browse files
gcloud: add search path for Arch Linux (#8164)
parent
6cfaa076
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/gcloud/gcloud.plugin.zsh
View file @
be9160ef
...
@@ -10,6 +10,7 @@ if [[ -z "${CLOUDSDK_HOME}" ]]; then
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment