mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add rdmtc alias for rails plugin.
This commit is contained in:
parent
357ab4912b
commit
fdfc907052
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ alias rds='rake db:seed'
|
|||
alias rdd='rake db:drop'
|
||||
alias rdtc='rake db:test:clone'
|
||||
alias rdtp='rake db:test:prepare'
|
||||
alias rdmtc='rake db:migrate db:test:clone'
|
||||
|
||||
alias rlc='rake log:clear'
|
||||
alias rn='rake notes'
|
||||
|
|
Loading…
Reference in a new issue