mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add alias to migrate and migrate redo
This commit is contained in:
parent
bec8eda34d
commit
e3e7c69746
1 changed files with 1 additions and 0 deletions
|
|
@ -26,5 +26,6 @@ alias rp='_rails_command plugin'
|
||||||
alias rc='_rails_command console'
|
alias rc='_rails_command console'
|
||||||
alias rdb='_rails_command dbconsole'
|
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 devlog='tail -f log/development.log'
|
alias devlog='tail -f log/development.log'
|
||||||
alias cuke='_bundle_command cucumber'
|
alias cuke='_bundle_command cucumber'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue