Added an alias for the lsblk command

This commit is contained in:
fdupoux 2020-08-24 21:09:21 +01:00
parent 2eb42d4d21
commit 3a8114abd0

View file

@ -7,4 +7,5 @@ PS1="\[\e[1;94m\][\u@\h \w]\\$\[\e[0m\] "
alias ls='ls --color=auto'
alias ll='ls --color=auto -lah'
alias mydf='df -hPT | column -t'
alias mylsblk='lsblk -o name,size,fstype,label,model'