Last active
December 15, 2015 04:19
-
-
Save nathanhaigh/5200267 to your computer and use it in GitHub Desktop.
My screenrc file
This file contains 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
# Get/install this screenrc file using something like this (the URL is specific to a particular revision, update as needed): | |
# wget https://gist.github.com/nathanhaigh/5200267/raw/17c8e4a95df8540dfb5a8374c8f78c1f2568e43f/screenrc -O ~/.screenrc | |
startup_message off | |
caption string "%?%F%{= Bk}%? %C%A %D %d-%m-%Y %{= kB} %t%= %?%F%{= Bk}%:%{= wk}%? %n " | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{R} %d/%m %{W}%c %{g}]' | |
altscreen on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment