2022-05-23 03:34:11 +00:00
|
|
|
# The next line updates PATH for the Google Cloud SDK.
|
2022-05-29 00:08:37 +00:00
|
|
|
[[ -f '/usr/lib/google-cloud-sdk/path.bash.inc' ]] && source '/usr/lib/google-cloud-sdk/path.bash.inc'
|
|
|
|
# The next line enables shell command completion for gcloud (as long as gcloud is IN the path).
|
|
|
|
[[ -n "$(type -fP gcloud)" && -f '/usr/lib/google-cloud-sdk/completion.bash.inc' ]] && source '/usr/lib/google-cloud-sdk/completion.bash.inc'
|