1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 13:41:52 +02:00

Google Cloud SDK stuff

This commit is contained in:
Matthias Kretschmann 2015-11-30 11:00:40 +01:00
parent 4d60242d2d
commit ecc0289f64

View File

@ -66,3 +66,14 @@ export PATH="$PATH:$HOME/.rvm/bin"
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# ----------------------------------------------------------------------
# Google Cloud Platform
# ----------------------------------------------------------------------
# The next line updates PATH for the Google Cloud SDK.
source "$HOME/Code/google-cloud-sdk/path.bash.inc"
# The next line enables shell command completion for gcloud.
source "$HOME/Code/google-cloud-sdk/completion.bash.inc"