Skip to content
Snippets Groups Projects
Commit 9cb55fcd authored by nimrod's avatar nimrod
Browse files

Nicer lsblk.

parent db800af7
Branches
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment