mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge c9b039dc27 into 5667161d49
This commit is contained in:
commit
65c8c30984
1 changed files with 11 additions and 0 deletions
|
|
@ -66,6 +66,17 @@ 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'
|
alias rsts='rake stats'
|
||||||
|
alias rtasks='rake --tasks'
|
||||||
|
alias ra='rake about'
|
||||||
|
alias rdv='rake db:version'
|
||||||
|
alias rtcc='rake tmp:cache:clear'
|
||||||
|
alias rtssc='rake tmp:sessions:clear'
|
||||||
|
alias rtsc='rake tmp:sockets:clear'
|
||||||
|
alias rtc='rake tmp:clear'
|
||||||
|
alias rtmp='rake tmp:create'
|
||||||
|
alias rst='rake secret'
|
||||||
|
alias rtz='rake time:zones:all'
|
||||||
|
|
||||||
|
|
||||||
# legacy stuff
|
# legacy stuff
|
||||||
alias sstat='thin --stats "/thin/stats" start'
|
alias sstat='thin --stats "/thin/stats" start'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue