summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-14 10:55:06 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-14 10:55:06 -0800
commit8a9282150c25a8882e33e7529d4421807259769b (patch)
tree18acd17eb2728bcd53ec75b1120697cd266ed2bd
parentaspell: new word (diff)
downloademacs.d-8a9282150c25a8882e33e7529d4421807259769b.tar.gz
zsh: gcloud completion is somewhere else
-rw-r--r--zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/zshrc b/zshrc
index dcc8242..f6a5f71 100644
--- a/zshrc
+++ b/zshrc
@@ -45,9 +45,3 @@ if [ "$TERM" = "dumb" ]; then
   PS1='$ '
   unsetopt zle
 fi
-
-# The next line updates PATH for the Google Cloud SDK.
-if [ -f '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/path.zsh.inc'; fi
-
-# The next line enables shell command completion for gcloud.
-if [ -f '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/fcuny/workspace/google-cloud-sdk/completion.zsh.inc'; fi