mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #1467 from timothyandrew/patch-1
Added a `migrate` alias.
This commit is contained in:
commit
dc2558c52d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ alias sr='ruby script/runner'
|
|||
alias ssp='ruby script/spec'
|
||||
alias rdbm='rake db:migrate'
|
||||
alias rdbtp='rake db:test:prepare'
|
||||
alias migrate='rake db:migrate && rake db:test:prepare'
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
|
Loading…
Reference in a new issue