1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-25 03:20:09 +01:00

remove Google Cloud Platform stuff

This commit is contained in:
Matthias Kretschmann 2016-02-18 00:51:25 +01:00
parent ecc0289f64
commit 1746d101a0

View File

@ -66,14 +66,3 @@ 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"