diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-04-09 20:01:26 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-04-09 20:01:37 +0200 |
commit | 49ced6b753d20d6fbe685189c68e421b2d5ecc7d (patch) | |
tree | 417ce6a13363633fe588eedf1453b826ccd9d342 /.zsh/zshenv | |
parent | 24d0843de7204709e2f02c69c27f3b510fa41571 (diff) |
zshenv: remove gcloud code completion
Diffstat (limited to '.zsh/zshenv')
-rw-r--r-- | .zsh/zshenv/99_gcloud | 6 |
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 |