mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Rails Migrations support
This commit is contained in:
parent
757fa3314d
commit
419ffdc48d
1 changed files with 2 additions and 0 deletions
|
@ -17,3 +17,5 @@ alias rp='_rails_command plugin'
|
|||
alias rs='_rails_command server'
|
||||
alias rsd='_rails_command server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
alias rdm='rake db:migrate'
|
||||
alias rdr='rake db:rollback'
|
||||
|
|
Loading…
Reference in a new issue