From 1746d101a07dbd9eb5dbe6985eeb9155f2b9a447 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 18 Feb 2016 00:51:25 +0100 Subject: [PATCH] remove Google Cloud Platform stuff --- bash_profile | 11 ----------- 1 file changed, 11 deletions(-) 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"