diff options
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 |