Created
August 3, 2009 20:29
-
-
Save toddboom/160811 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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