remove vagrant from PATH

This commit is contained in:
Matthias Kretschmann 2013-08-28 11:15:53 +02:00
parent 5fc5b9492f
commit 4d188d2d2a
1 changed files with 0 additions and 2 deletions

View File

@ -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
# ----------------------------------------------------------------------