Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/medwezys/oh-my-zsh into m…
Browse files Browse the repository at this point in the history
…edwezys-master
  • Loading branch information
robbyrussell committed Feb 22, 2011
2 parents d1d14e6 + 6b5c4e2 commit 4378d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/rails3/rails3.plugin.zsh
Expand Up @@ -3,6 +3,8 @@ alias rg='ruby script/rails generate'
alias rd='ruby script/rails destroy'
alias rp='ruby script/rails plugin'
alias rdbm='rake db:migrate db:test:clone'
alias rdbmr='rake db:migrate && rake db:migrate:redo'
alias rc='ruby script/rails console'
alias rd='ruby script/rais server --debugger'
alias rd='ruby script/rails server --debugger'
alias devlog='tail -f log/development.log'

0 comments on commit 4378d85

Please sign in to comment.