diff --git a/bash_profile b/bash_profile index 4ec4b4c..d8d9a32 100644 --- a/bash_profile +++ b/bash_profile @@ -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"