diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-02-13 17:43:16 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-02-13 17:43:16 +0100 |
commit | 377c0f3e1e5f6c46b6936cab66ee3734ea59d334 (patch) | |
tree | 5033fdf800e38aeb33fb7838e681cb5731e58bce /.zsh/zshenv | |
parent | c7e20936af543a6eb934ac6522110f2443f304e4 (diff) |
Add gcloud zshenv
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/99_gcloud | 6 |
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 |