mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Fixing conflict in rails plugin merge with rake test shortcut
This commit is contained in:
commit
544eccb5dd
6 changed files with 422 additions and 77 deletions
|
|
@ -54,12 +54,13 @@ alias rdrs='rake db:reset'
|
|||
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'
|
||||
alias rr='rake routes'
|
||||
alias rrg='rake routes | grep'
|
||||
alias rt='rake test'
|
||||
|
||||
|
||||
# legacy stuff
|
||||
alias sstat='thin --stats "/thin/stats" start'
|
||||
alias sg='ruby script/generate'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue