summaryrefslogtreecommitdiff
path: root/.zsh/zshrc/99_gcloud
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc/99_gcloud')
-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