Created
May 19, 2017 14:19
-
-
Save jedi-jiang/993b05a5edc9ff5431072f9fc61716dd to your computer and use it in GitHub Desktop.
My 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
## Green text , time ,and date; windows in blue: | |
hardstatus alwayslastline "%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y" | |
##Turn off start message: | |
startup_message off | |
## Set messages timeout to one second: | |
msgwait 1 | |
## Set scrool back to 5000 line in buffer | |
defscrollback 5000 | |
shell -$SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment