summary refs log tree commit diff
path: root/zshrc
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-24 17:53:07 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-24 17:53:07 -0700
commit0ff55dbce76884c33b90e02c0101892c6c060e87 (patch)
tree12c8d1e28cd01e628dffdb58aa37b3e848539a89 /zshrc
parentzsh: add `fly` to the path (diff)
downloademacs.d-0ff55dbce76884c33b90e02c0101892c6c060e87.tar.gz
zsh: add settings for `gcloud`
Diffstat (limited to '')
-rw-r--r--zshrc6
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