mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
added aliases for rake routes on rails3 plugin
This commit is contained in:
parent
f2539885c0
commit
f2228fb756
1 changed files with 6 additions and 0 deletions
|
|
@ -17,3 +17,9 @@ alias rp='_rails_command plugin'
|
|||
alias rs='_rails_command server'
|
||||
alias rsd='_rails_command server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
||||
alias rspec='_bundle_command rspec'
|
||||
alias cuke='_bundle_command cucumber'
|
||||
|
||||
alias routes='rake routes'
|
||||
alias groutes='routes | grep'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue