mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-12 02:10:41 +01:00
Adding testlog and prodlog.
This commit is contained in:
@@ -10,6 +10,8 @@ alias migrate='rake db:migrate && rake db:test:prepare'
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
alias testlog='tail -f log/test.log'
|
||||
alias prodlog='tail -f log/production.log'
|
||||
alias -g RET='RAILS_ENV=test'
|
||||
alias -g REP='RAILS_ENV=production'
|
||||
alias -g RED='RAILS_ENV=development'
|
||||
|
||||
Reference in New Issue
Block a user