From 4d188d2d2a957e4d67d8a0f9d69f1b456a1aa306 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Aug 2013 11:15:53 +0200 Subject: [PATCH] remove vagrant from PATH --- bash_profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/bash_profile b/bash_profile index fa936d0..1eed9c3 100644 --- a/bash_profile +++ b/bash_profile @@ -49,8 +49,6 @@ ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.4" [ -d "$HOME/.rvm/bin" ] && PATH="$HOME/.rvm/bin:$PATH"; # Add RVM to PATH for scripting [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* -[ -d "/Applications/Vagrant/bin" ] && PATH="/Applications/Vagrant/bin:$PATH"; # vagrant binary - export PATH # ----------------------------------------------------------------------