8 lines
359 B
Bash
8 lines
359 B
Bash
|
|
|
|
# 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
|