mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
adds an alias to search for the rails routes that pattern match a string
This commit is contained in:
parent
3ea3384186
commit
dff03743ef
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ alias rdmtc='rake db:migrate db:test:clone'
|
||||||
alias rlc='rake log:clear'
|
alias rlc='rake log:clear'
|
||||||
alias rn='rake notes'
|
alias rn='rake notes'
|
||||||
alias rr='rake routes'
|
alias rr='rake routes'
|
||||||
|
alias rrg='rake routes | grep '
|
||||||
|
|
||||||
# legacy stuff
|
# legacy stuff
|
||||||
alias sstat='thin --stats "/thin/stats" start'
|
alias sstat='thin --stats "/thin/stats" start'
|
||||||
|
|
Loading…
Reference in a new issue