Skip to content

Instantly share code, notes, and snippets.

@nclark
Created July 22, 2011 20:03
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 nclark/1100292 to your computer and use it in GitHub Desktop.
Save nclark/1100292 to your computer and use it in GitHub Desktop.
start a screen with stuff already running
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %m/%d %C%a "
termcapinfo xterm* ti@:te@
startup_message off
vbell off
screen -t irb 1 irb
screen -t vi 2 vi
# screen -c ~/.custom_screenrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment