mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Added global aliases to use RAILS_ENV.
This commit is contained in:
parent
22f827e122
commit
ad3f59252b
2 changed files with 6 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue