Commit 9cb55fcd authored by nimrod's avatar nimrod
Browse files

Nicer lsblk.

parent db800af7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'