diff options
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
