7 lines
340 B
Bash
7 lines
340 B
Bash
|
|
# The next line updates PATH for the Google Cloud SDK.
|
|
if [ -f "$HOME/google-cloud-sdk/path.bash.inc" ]; then source "$HOME/google-cloud-sdk/path.bash.inc"; fi
|
|
|
|
# The next line enables shell command completion for gcloud.
|
|
if [ -f "$HOME/google-cloud-sdk/completion.bash.inc" ]; then source "$HOME/google-cloud-sdk/completion.bash.inc"; fi
|