Skip to content

Instantly share code, notes, and snippets.

@r00k
Created June 23, 2012 17:24
Show Gist options
  • Save r00k/2979094 to your computer and use it in GitHub Desktop.
Save r00k/2979094 to your computer and use it in GitHub Desktop.
hardstatus alwayslastline "%{= KW}%-w%{= ck}%50>%n %t%{-}%+w%<%-22=%{w}%c [%l]"
nonblock 5
# detach the screen if we get disconnected
autodetach on
# Show messages at the bottom for only 0.5s
msgwait 0.5
shell -${SHELL}
# Show the currently-running program
shelltitle '$ |bash'
# allow for 10,000 lines of scroll back (default 100)
defscrollback 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment