5 lines
350 B
Plaintext
5 lines
350 B
Plaintext
# The next line updates PATH for the Google Cloud SDK.
|
|
if [ -f '/usr/lib/google-cloud-sdk/path.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/path.bash.inc'; fi
|
|
# The next line enables shell command completion for gcloud.
|
|
if [ -f '/usr/lib/google-cloud-sdk/completion.bash.inc' ]; then source '/usr/lib/google-cloud-sdk/completion.bash.inc'; fi
|