add vagrant to PATH

This commit is contained in:
Matthias Kretschmann 2013-04-21 16:03:15 +02:00
parent 605b6d8967
commit cef03f5c4b
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ ANDROID_HOME="/usr/local/Cellar/android-sdk/r21"
[ -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
# ----------------------------------------------------------------------