From 6000841c7ebd0df009adc4a568b9b4f462dbeb71 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 26 Apr 2017 10:02:27 -0500 Subject: [PATCH] Added screenterm stopgap --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 1697404..313d812 100644 --- a/.bashrc +++ b/.bashrc @@ -95,6 +95,9 @@ alias lsblk='lsblk -o NAME,FSTYPE,SIZE,TYPE,MOUNTPOINT' # Always use sudo when using nmap. alias nmap='sudo -E nmap' +# Switch $TERM temporarily (for logging into machines that don't have tmux-256color terminfo) +alias screenterm='TERM=screen-256color' + # I'm tired of managing weechat configs and multiple nicks # Reference: https://wiki.thurstylark.com/Weechat.html