dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 00fcfcdbdd07ed02018dcff5b22eb9cbd77d1cdb (patch)
parent 8bc66ea56702e7ee812a18e811f844cdd1170d9c
Author: Alexander Karle <akarle@umass.edu>
Date:   Sat, 10 Nov 2018 21:25:28 +0000

[screen] add basic screenrc

Diffstat:
Ascreenrc | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/screenrc b/screenrc @@ -0,0 +1,21 @@ +# My basic screenrc. +# +# Thrown together from various stack overflow tips & tricks + +# Set the $TERM to be screen-256color +term screen-256color + +# Allow bold colors (don't delete) +attrcolor b ".I" + +# Tell screen how to set colors. AB = background, AF=foreground +termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' + +# All cleared characters (from erase/clear, etc) displayed in CURRENT bg +# NOT in the default background +defbce "on" + +# Status line stuff +hardstatus alwayslastline +shelltitle 'bash' +hardstatus string '%{= G}[ %{G}%H %{g}][%= %{= w}%?%-Lw%?%{= R}%n*%f %t%?%{= R}(%u)%?%{= w}%+Lw%?%= %{= g}][ %{y}Load: %l %{g}][ %{= w}%m/%d/%Y %0C:%s%a%{g} ]'