mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Update rails4.plugin.zsh
added alias for rake db:create
This commit is contained in:
parent
f4b12321a9
commit
8cd1b21b93
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ alias rs='_rails_command server'
|
|||
alias rsd='_rails_command server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
alias rdm='rake db:migrate'
|
||||
alias rdc='rake db:create'
|
||||
alias rdr='rake db:rollback'
|
||||
alias rds='rake db:seed'
|
||||
alias rlc='rake log:clear'
|
||||
alias rn='rake notes'
|
||||
alias rr='rake routes'
|
||||
alias rr='rake routes'
|
||||
|
|
Loading…
Reference in a new issue