mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
This commit is contained in:
parent
960eb52366
commit
6aa8ee2f51
1 changed files with 0 additions and 4 deletions
|
@ -6,7 +6,3 @@ alias rdbm='rake db:migrate db:test:clone'
|
|||
alias rc='ruby script/rails console'
|
||||
alias rd='ruby script/rais server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
||||
function remote_console() {
|
||||
/usr/bin/env ssh $1 "( cd $2 && ruby script/rails console production )"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue