diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-14 10:55:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-14 10:55:06 -0800 |
commit | 8a9282150c25a8882e33e7529d4421807259769b (patch) | |
tree | 18acd17eb2728bcd53ec75b1120697cd266ed2bd /zshrc | |
parent | aspell: new word (diff) | |
download | emacs.d-8a9282150c25a8882e33e7529d4421807259769b.tar.gz |
zsh: gcloud completion is somewhere else
Diffstat (limited to '')
-rw-r--r-- | zshrc | 6 |
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 |