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