-
-
Save ryanbarrett/0ec68340845c400077c0f9951d16b49f to your computer and use it in GitHub Desktop.
Basic .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
startup_message off | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{..B}%n %t %=%{..B} %H %{..B} %m/%d %C%a" | |
defscrollback 30000 | |
screen -t bash0 0 | |
screen -t bash1 1 | |
screen -t pypthon 2 python | |
select 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment