Created
June 21, 2017 15:33
-
-
Save MMMarcy/33909d7b466d0d34fa44651490f68eae 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
attrcolor b ".I" # allow bold colors - necessary for some reason | |
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # tell screen how to set colors. AB = background, AF=foreground | |
defbce on # use current bg color for erased chars | |
term screen-256color | |
term xterm-256color | |
hardstatus off | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment