Skip to content

Commit

Permalink
Specify bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Jun 21, 2016
1 parent e7cfc4f commit 660b2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/.zsh_aliases
Expand Up @@ -15,8 +15,8 @@ alias be='bundle exec'
alias bi='bundle install --path vendor/bundle --binstubs'
alias rtest='export RAILS_ENV=test'
alias rdev='export RAILS_ENV=development'
alias rs='bin/rails s --binding 127.0.0.1'
alias rc='bin/rails c'
alias rs='bundle exec rails s --binding 127.0.0.1'
alias rc='bundle exec rails c'
# alias rspec='time bin/rspec'

# dir jumpers
Expand Down

0 comments on commit 660b2b6

Please sign in to comment.