summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/zshenv/99_gcloud6
1 files changed, 0 insertions, 6 deletions
diff --git a/.zsh/zshenv/99_gcloud b/.zsh/zshenv/99_gcloud
deleted file mode 100644
index 1a7164c..0000000
--- a/.zsh/zshenv/99_gcloud
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# 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