dotfiles/.bash_rc.d/99.gcloud.sh

8 lines
359 B
Bash
Raw Normal View History

2019-10-20 16:24:07 -05:00
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/jwall/google-cloud-sdk/path.bash.inc' ]; then . '/Users/jwall/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/jwall/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/jwall/google-cloud-sdk/completion.bash.inc'; fi