# Add an alias for lsblk, since I tend to use that
if [ `which lsblk` ]; then
if [ "`which lsblk > /dev/null 2>&1`" ]; then
alias lsblk='lsblk -p'
alias lsblkf='lsblk -pf'
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.