1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01: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'