summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-02-13 17:43:16 +0100
committerTobias Klauser <tklauser@distanz.ch>2020-02-13 17:43:16 +0100
commit377c0f3e1e5f6c46b6936cab66ee3734ea59d334 (patch)
tree5033fdf800e38aeb33fb7838e681cb5731e58bce
parentc7e20936af543a6eb934ac6522110f2443f304e4 (diff)
Add gcloud zshenv
-rw-r--r--.zsh/zshenv/99_gcloud6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zsh/zshenv/99_gcloud b/.zsh/zshenv/99_gcloud
new file mode 100644
index 0000000..1a7164c
--- /dev/null
+++ b/.zsh/zshenv/99_gcloud
@@ -0,0 +1,6 @@
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/home/tklauser/google-cloud-sdk/path.zsh.inc' ]; then . '/home/tklauser/google-cloud-sdk/path.zsh.inc'; fi
+
+# The next line enables shell command completion for gcloud.
+if [ -f '/home/tklauser/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/tklauser/google-cloud-sdk/completion.zsh.inc'; fi