mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 15:20:08 +00:00
Add 'rake stats' alias.
This commit is contained in:
parent
aa15ebad3e
commit
e5164d7b70
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ alias rr='rake routes'
|
||||||
alias rrg='rake routes | grep'
|
alias rrg='rake routes | grep'
|
||||||
alias rt='rake test'
|
alias rt='rake test'
|
||||||
alias rmd='rake middleware'
|
alias rmd='rake middleware'
|
||||||
|
alias rsts='rake stats'
|
||||||
|
|
||||||
# legacy stuff
|
# legacy stuff
|
||||||
alias sstat='thin --stats "/thin/stats" start'
|
alias sstat='thin --stats "/thin/stats" start'
|
||||||
|
|
Loading…
Reference in a new issue