dotfiles

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

commit 7e61708d722121baaaa0d0dac8e689203b26bdd3 (patch)
parent b2e658a44c463ce1a2d4e44cfed9639b9f2d83d2
Author: Alex Karle <alex@alexkarle.com>
Date:   Sat, 26 Sep 2020 23:16:38 -0400

cleanup: Remove screen/screenrc

I haven't used screen in ages, and I looking over this config, I'm no
longer certain how useful / safe any of it is (I mean hardcoding $TERM
isn't usually the right thing to do...)

Diffstat:
Dscreen/screenrc | 27---------------------------
1 file changed, 0 insertions(+), 27 deletions(-)

diff --git a/screen/screenrc b/screen/screenrc @@ -1,27 +0,0 @@ -# My basic screenrc. -# -# Thrown together from various stack overflow tips & tricks - -# Set the $TERM to be screen-256color -term screen-256color - -# Faster timout = faster escape in Vim -maptimeout 30 - -# truecolor (hopefully) -truecolor "on" - -# 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} ]'