Last active
August 29, 2015 14:06
-
-
Save ryanoboril/4a2a381194677fdb9692 to your computer and use it in GitHub Desktop.
Fixing Vagrant box to automatically handle bundle exec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.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