Created
October 6, 2016 15:39
-
-
Save ficus/f5602a44699c9108c85b6eb58217cd76 to your computer and use it in GitHub Desktop.
customizations to .screenrc
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
term xterm | |
defutf8 on | |
defflow off | |
vbell off | |
autodetach on | |
startup_message off | |
attrcolor b ".I" | |
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
defbce "on" | |
shell -$SHELL | |
#screen -t shell1 0 | |
#screen -t devws01 1 ssh [email protected] | |
#screen -t devws01 2 ssh [email protected] | |
#select 0 | |
hardstatus alwaysignore | |
hardstatus alwayslastline | |
hardstatus string '%{Yk}%-w%{.Yk}%n %t%{-}%+w %=%{.w} %{kY}%C' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment