mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-15 03:40:39 +01:00
Adding testlog and prodlog.
This commit is contained in:
@@ -19,6 +19,8 @@ alias ru='_rails_command runner'
|
||||
alias rs='_rails_command server'
|
||||
alias rsd='_rails_command server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
alias testlog='tail -f log/test.log'
|
||||
alias prodlog='tail -f log/production.log'
|
||||
alias rdm='rake db:migrate'
|
||||
alias rdr='rake db:rollback'
|
||||
alias -g RET='RAILS_ENV=test'
|
||||
|
||||
Reference in New Issue
Block a user