mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add aliases to rails plugin
This commit is contained in:
parent
1b9ffeca73
commit
a60bb66a6c
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ alias rdbm='rake db:migrate'
|
|||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
alias c='ruby script/cucumber'
|
||||
alias dbdb='rake db:migrate && rake db:test:prepare'
|
||||
alias dbdbdo='rake db:migrate:redo && rake db:migrate && rake db:test:prepare'
|
||||
|
||||
function remote_console() {
|
||||
/usr/bin/env ssh $1 "( cd $2 && ruby script/console production )"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue