Skip to content

Instantly share code, notes, and snippets.

@altamic
Created December 9, 2009 15:32
Show Gist options
  • Save altamic/252539 to your computer and use it in GitHub Desktop.
Save altamic/252539 to your computer and use it in GitHub Desktop.
# /etc/screenrc
# rubynetto gnu screen sharing
shell -${SHELL}
caption always "%n(%t) : %C"
defscrollback 2048
startup_message off
hardstatus on
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%< %=%D %M %d %c"
hardstatus string '%{= kK}%-Lw%{= KW}%50>%n%f %t%{= kK}%+Lw%< %{=kG}%-= %d%M %c:%s%{-}'
multiuser on
acladd friend
termcap linux 'AF=\E[3%dm:AB=\E[4%dm'
termcap xterm-color 'AF=\E[3%dm:AB=\E[4%dm'
terminfo linux 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
terminfo xterm-color 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
screen -t terminal 0 bash
screen -t irb 1 irb
screen -t vim 2 bash -c vim
screen -t collaborative_terminal 3 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment