mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-22 08:09:50 +00:00
Fixing conflict in rails plugin merge with rake test shortcut
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user