Skip to content

Commit

Permalink
update rails runner alias to ru
Browse files Browse the repository at this point in the history
- avoid rr as it is mostly used for restart rails server
  • Loading branch information
szetobo committed Jan 27, 2012
1 parent 81d94e6 commit 35d89ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/rails3/rails3.plugin.zsh
Expand Up @@ -14,7 +14,7 @@ alias rdb='_rails_command dbconsole'
alias rdbm='rake db:migrate db:test:clone'
alias rg='_rails_command generate'
alias rp='_rails_command plugin'
alias rr='_rails_command runner'
alias ru='_rails_command runner'
alias rs='_rails_command server'
alias rsd='_rails_command server --debugger'
alias devlog='tail -f log/development.log'

0 comments on commit 35d89ab

Please sign in to comment.