From 56a808708cc5362d6bbffc0206cee3c91700f1ec Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Mon, 26 Oct 2020 22:01:21 -0500 Subject: [PATCH] Retiring workaround alias that solved a problem I no longer encounter on a regular basis --- .bashrc.d/10-alias.bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index 5b297c5..9828ba0 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -15,9 +15,6 @@ 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' - # Output only the UUID of the target device alias printuuid='blkid -o value -s UUID'