Skip to content

Instantly share code, notes, and snippets.

@julian7
Created October 9, 2009 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julian7/206370 to your computer and use it in GitHub Desktop.
Save julian7/206370 to your computer and use it in GitHub Desktop.
multiuser on
aclchg * +rwx "#?"
chdir /path/of/rails/project
screen -t editor vim
screen -t tests
screen -t database script/dbconsole
screen -t log tail -F log/development.log
screen -t server script/server
caption always "%H%=%-Lw%{R.}%n%f*%{-} %t%+Lw%=%c:%s"
hardstatus alwayslastline "%n %t%? - %h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment