1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Add 'rake stats' alias.

This commit is contained in:
Gustavo Villa 2015-10-15 16:14:54 -03:00
parent aa15ebad3e
commit e5164d7b70

View file

@ -61,6 +61,7 @@ alias rr='rake routes'
alias rrg='rake routes | grep'
alias rt='rake test'
alias rmd='rake middleware'
alias rsts='rake stats'
# legacy stuff
alias sstat='thin --stats "/thin/stats" start'