diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-24 17:53:07 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-24 17:53:07 -0700 |
commit | 0ff55dbce76884c33b90e02c0101892c6c060e87 (patch) | |
tree | 12c8d1e28cd01e628dffdb58aa37b3e848539a89 /zshrc | |
parent | zsh: add `fly` to the path (diff) | |
download | emacs.d-0ff55dbce76884c33b90e02c0101892c6c060e87.tar.gz |
zsh: add settings for `gcloud`
Diffstat (limited to '')
-rw-r--r-- | zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zshrc b/zshrc index 8de4f9a..5fa66a6 100644 --- a/zshrc +++ b/zshrc @@ -25,3 +25,9 @@ REPORTTIME=5 bindkey -e PROMPT='; ' + +# 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 |