summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-10-06 19:47:52 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-10-06 19:47:52 +0200
commit5908fa649f86ab0458f34401882b15c74fdb70af (patch)
treec3f9cc3bf5ede3e9e01ad51b9e842763367f865f /.zsh/zshrc
parentb0df4279a51ca491d4ea93b271e13f0095a4c100 (diff)
zshenv, zshrc: more gcloud specific settings
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc/99_gcloud2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/zshrc/99_gcloud b/.zsh/zshrc/99_gcloud
index a548595..9257ef9 100644
--- a/.zsh/zshrc/99_gcloud
+++ b/.zsh/zshrc/99_gcloud
@@ -7,6 +7,8 @@
if [ -f /usr/share/google-cloud-sdk/completion.zsh.inc ] ; then
source /usr/share/google-cloud-sdk/completion.zsh.inc
+elif [ -f $HOME/google-cloud-sdk/completion.zsh.inc ] ; then
+ source $HOME/google-cloud-sdk/completion.zsh.inc
fi
if [ -x "$(which gke-gcloud-auth-plugin)" ] ; then