summaryrefslogtreecommitdiff
path: root/.zsh/zshenv
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-04-09 20:01:26 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-04-09 20:01:37 +0200
commit49ced6b753d20d6fbe685189c68e421b2d5ecc7d (patch)
tree417ce6a13363633fe588eedf1453b826ccd9d342 /.zsh/zshenv
parent24d0843de7204709e2f02c69c27f3b510fa41571 (diff)
zshenv: remove gcloud code completion
Diffstat (limited to '.zsh/zshenv')
-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