Created
November 3, 2017 14:52
-
-
Save Sija/7d173864701f83fcfaad076eb2348bce to your computer and use it in GitHub Desktop.
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
startup_message off | |
#defbce on | |
#deflog on | |
ignorecase on | |
vbell on | |
autodetach on | |
altscreen on # fix for residual editor text | |
defutf8 on | |
hardcopy_append on | |
compacthist on | |
nonblock on | |
defflow auto | |
hardcopydir $HOME/.screen | |
defscrollback 10000 | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][ %{B}%Y-%m-%d %{W}%c %{g}]" | |
activity "activity in %n (%t) [%w:%s]~" | |
bell_msg "bell in %n (%t) [%w:%s]~" | |
# always spawn login shell, needed with rvm | |
shell -${SHELL} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment