Skip to content

Instantly share code, notes, and snippets.

@julik
Last active August 29, 2015 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julik/8716865 to your computer and use it in GitHub Desktop.
Save julik/8716865 to your computer and use it in GitHub Desktop.
alias buby='bundle exec ruby'
alias brake='bundle exec rake'
alias bapistrano='bundle exec cap'
alias brackup='bundle exec rackup'
alias breakup='bundle exec rackup'
alias brails='bundle exec rails'
alias botgun='bundle exec shotgun --port 9292'
alias boreman='bundle exec foreman start'
alias brunicorn='bundle exec unicorn --port 9292'
alias bundel='bundle' # how Dutch
alias bspec='bundle exec rspec '
alias bidekiq='bundle exec sidekiq'
alias bap='bundle exec cap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment