1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

Added global aliases to use RAILS_ENV.

This commit is contained in:
Michael Nikitochkin
2013-04-16 10:22:28 +03:00
parent 22f827e122
commit ad3f59252b
2 changed files with 6 additions and 0 deletions

View File

@@ -21,3 +21,6 @@ alias rsd='_rails_command server --debugger'
alias devlog='tail -f log/development.log'
alias rdm='rake db:migrate'
alias rdr='rake db:rollback'
alias -g RET='RAILS_ENV=test'
alias -g REP='RAILS_ENV=production'
alias -g RED='RAILS_ENV=development'