From 8a9282150c25a8882e33e7529d4421807259769b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 14 Jan 2022 10:55:06 -0800 Subject: zsh: gcloud completion is somewhere else --- zshrc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'zshrc') 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 -- cgit 1.4.1