Created
December 9, 2009 15:32
-
-
Save altamic/252539 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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