diff --git a/.bashrc b/.bashrc index 9e968d55c5b62ed1f39b0a95e4972c8233e1f77a..335ed3ed34fbe144cbeac553ea07a02edc65eb49 100644 --- a/.bashrc +++ b/.bashrc @@ -56,6 +56,7 @@ export DOCKER_BUILDKIT=1 alias ll='ls -lha' alias la='ls -AF' alias l='ls -F' +alias lsblk='lsblk --output=NAME,RM,RO,SIZE,TYPE,LABEL,UUID,MODEL,TRAN,MOUNTPOINT' alias gcc='gcc --std=c99 -Wall -Wextra -Werror -pedantic' alias dpkglog="grep -v 'status\\|trigproc\\|configure' /var/log/dpkg.log" alias deborphan='deborphan -a --no-show-section --ignore-suggests'