Add local bash_aliases, bundle exec alias, fix typo

This commit is contained in:
2014-06-23 11:11:18 +03:00
parent 5512d971ed
commit dc8d09205b
2 changed files with 10 additions and 2 deletions
+3 -1
View File
@@ -67,4 +67,6 @@ PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
export PATH=/opt/sbt/bin:$PATH
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM