Created
May 30, 2011 01:11
-
-
Save rdj/998317 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
| startup_message off | |
| defscrollback 3000 | |
| bind s # remove the flow control garbage | |
| msgwait 1 | |
| escape ^Jj | |
| bindkey -d -k kb stuff "\010" | |
| shelltitle '@|' | |
| # hardstatus alwayslastline '%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<' | |
| # Last line is status: green hostname, window list in cyan, and time and date right aligned: | |
| hardstatus alwayslastline "%{=b}%{G}%H: %{C}%w %=%{G}%D, %m/%d %C%a" | |
| shell -bash | |
| ## Initial Windows ## | |
| screen 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment