Retiring workaround alias that solved a problem I no longer encounter on a regular basis

This commit is contained in:
David Thurstenson 2020-10-26 22:01:21 -05:00
parent 1e729de722
commit 56a808708c
1 changed files with 0 additions and 3 deletions

View File

@ -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'