Retiring workaround alias that solved a problem I no longer encounter on a regular basis
This commit is contained in:
parent
1e729de722
commit
56a808708c
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue