1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-23 14:53:27 +02:00

Merge pull request #4423 from gfvcastro/alias-rake-middleware

Add 'rake middleware' alias.
This commit is contained in:
Robby Russell
2015-10-03 14:37:29 -07:00
+1 -1
View File
@@ -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'