Skip to content

Instantly share code, notes, and snippets.

@ryanbarrett
Forked from jbeluch/.screenrc
Last active June 11, 2016 19:03
Show Gist options
  • Save ryanbarrett/0ec68340845c400077c0f9951d16b49f to your computer and use it in GitHub Desktop.
Save ryanbarrett/0ec68340845c400077c0f9951d16b49f to your computer and use it in GitHub Desktop.
Basic .screenrc
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