Skip to content

Instantly share code, notes, and snippets.

@ninehills
Created September 5, 2012 05:56
Show Gist options
  • Save ninehills/3631277 to your computer and use it in GitHub Desktop.
Save ninehills/3631277 to your computer and use it in GitHub Desktop.
screenrc example
#close the startup message
startup_message off
term linux
setenv LC_CTYPE zh_CN.GBK
setenv TERM linux
#set a biger buffer
#defscrollback 1024
defscrollback 2048
caption always "%{=u .r} %-w%<%{=ub .Y}%n %t%{=u .r}%+w "
hardstatus alwaysignore
hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .Y}$USER%{= .R}@%H %=%{= .m} %Y/%m/%d%{= .M} %0c "
#shutdown the noise
vbell off
#initial apps to run
#screen bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment