From 377c0f3e1e5f6c46b6936cab66ee3734ea59d334 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 13 Feb 2020 17:43:16 +0100 Subject: Add gcloud zshenv --- .zsh/zshenv/99_gcloud | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zsh/zshenv/99_gcloud 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 -- cgit v1.2.3-54-g00ecf