mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Added some aliases at rails3 plugin
This commit is contained in:
parent
d86f011ba4
commit
2345731652
1 changed files with 6 additions and 0 deletions
|
|
@ -24,3 +24,9 @@ alias rdr='rake db:rollback'
|
||||||
alias -g RET='RAILS_ENV=test'
|
alias -g RET='RAILS_ENV=test'
|
||||||
alias -g REP='RAILS_ENV=production'
|
alias -g REP='RAILS_ENV=production'
|
||||||
alias -g RED='RAILS_ENV=development'
|
alias -g RED='RAILS_ENV=development'
|
||||||
|
|
||||||
|
alias rspec='_run-with-bundler rspec'
|
||||||
|
alias cuke='_run-with-bundler cucumber'
|
||||||
|
|
||||||
|
alias routes='_run-with-bundler rake routes'
|
||||||
|
alias groutes='routes | grep'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue