Skip to content

Instantly share code, notes, and snippets.

@toddboom
Created August 3, 2009 20:29
Show Gist options
  • Select an option

  • Save toddboom/160811 to your computer and use it in GitHub Desktop.

Select an option

Save toddboom/160811 to your computer and use it in GitHub Desktop.
vbell on
defscrollback 1024
escape ``
startup_message off
# default screens
screen -t w0 0 bash
screen -t w1 1 bash
screen -t w2 2 bash
#change the hardstatus settings to give an window list at the bottom of the
#screen, with the time and date and with the current window highlighted
hardstatus string "%{.rW}%-w%{.W0}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "
hardstatus alwayslastline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment