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'