Skip to content

Instantly share code, notes, and snippets.

@ryanoboril
Last active August 29, 2015 14:06
Show Gist options
  • Save ryanoboril/4a2a381194677fdb9692 to your computer and use it in GitHub Desktop.
Save ryanoboril/4a2a381194677fdb9692 to your computer and use it in GitHub Desktop.
Fixing Vagrant box to automatically handle bundle exec
# ~/.bashrc
alias rails="bundle exec rails"
alias rake="bundle exec rake"
alias rspec="bundle exec rspec"
alias cap="bundle exec cap"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment