mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
Google Cloud SDK stuff
This commit is contained in:
parent
4d60242d2d
commit
ecc0289f64
11
bash_profile
11
bash_profile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user