mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
When running rspec, use bundle exec if available
This commit is contained in:
parent
7df8f79b58
commit
649cf79f68
1 changed files with 2 additions and 0 deletions
|
|
@ -28,5 +28,7 @@ alias rdb='_rails_command dbconsole'
|
||||||
alias rdbm='rake db:migrate db:test:clone'
|
alias rdbm='rake db:migrate db:test:clone'
|
||||||
alias rdbmr='rake db:migrate && rake db:migrate:redo'
|
alias rdbmr='rake db:migrate && rake db:migrate:redo'
|
||||||
alias devlog='tail -f log/development.log'
|
alias devlog='tail -f log/development.log'
|
||||||
|
|
||||||
|
alias rspec='_bundle_command rspec'
|
||||||
alias cuke='_bundle_command cucumber'
|
alias cuke='_bundle_command cucumber'
|
||||||
alias begs='_bundle_command guard start'
|
alias begs='_bundle_command guard start'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue