From d553eea6abe2d55d9ebbf225c6eb7e396c06457c Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 20 Dec 2021 12:08:29 +0100 Subject: [PATCH] zsh: manually installed gcloud sdk --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 374d8ec..e9aca34 100644 --- a/.zshrc +++ b/.zshrc @@ -208,3 +208,9 @@ if [ -x /usr/bin/aws_zsh_completer.sh ]; then source /usr/bin/aws_zsh_completer.sh fi + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/dln/google-cloud-sdk/path.zsh.inc' ]; then . '/home/dln/google-cloud-sdk/path.zsh.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/dln/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/dln/google-cloud-sdk/completion.zsh.inc'; fi