mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 11:51:42 +00:00
Removed remote_console. It doesn't handle rvm, capistrano, and so on.
This commit is contained in:
@ -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 )"
|
||||
}
|
||||
|
Reference in New Issue
Block a user