mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #4423 from gfvcastro/alias-rake-middleware
Add 'rake middleware' alias.
This commit is contained in:
commit
920ab071cb
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ alias rn='rake notes'
|
|||
alias rr='rake routes'
|
||||
alias rrg='rake routes | grep'
|
||||
alias rt='rake test'
|
||||
|
||||
alias rmd='rake middleware'
|
||||
|
||||
# legacy stuff
|
||||
alias sstat='thin --stats "/thin/stats" start'
|
||||
|
|
Loading…
Reference in a new issue