mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 39c5369497 into 61e3951e4b
This commit is contained in:
commit
a9269c0793
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ alias testlog='tail -f log/test.log'
|
||||||
alias prodlog='tail -f log/production.log'
|
alias prodlog='tail -f log/production.log'
|
||||||
alias rdm='rake db:migrate'
|
alias rdm='rake db:migrate'
|
||||||
alias rdr='rake db:rollback'
|
alias rdr='rake db:rollback'
|
||||||
|
alias rdc='rake db:create'
|
||||||
|
alias rds='rake db:seed'
|
||||||
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue