diff --git a/.rc.d/google-cloud-sdk.sh b/.rc.d/google-cloud-sdk.sh new file mode 100644 index 0000000..31c8b4e --- /dev/null +++ b/.rc.d/google-cloud-sdk.sh @@ -0,0 +1,6 @@ + +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/tom/Downloads/GCloud/google-cloud-sdk/path.bash.inc' ]; then . '/home/tom/Downloads/GCloud/google-cloud-sdk/path.bash.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/tom/Downloads/GCloud/google-cloud-sdk/completion.bash.inc' ]; then . '/home/tom/Downloads/GCloud/google-cloud-sdk/completion.bash.inc'; fi