alias: Use MOUNTPOINTS in lieu of MOUNTPOINT for lsblk alias

This commit is contained in:
David Thurstenson 2022-03-07 19:02:45 -06:00
parent 61cc74d298
commit 39a834cbed
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ alias la='ls -laFh --color=auto'
alias grep='grep --color=auto'
# Change layout of lsblk to include FSTYPE and remove MAJ:MIN, RM, and RO collumns.
alias lsblk='lsblk -o NAME,FSTYPE,SIZE,TYPE,MOUNTPOINT'
alias lsblk='lsblk -o NAME,FSTYPE,SIZE,TYPE,MOUNTPOINTS'
# Always use sudo when using nmap.
alias nmap='sudo -E nmap'