From 076814ab3599df5a18e49b3fa90af21d3f361f53 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 19 Dec 2019 13:40:43 +0200
Subject: [PATCH] Nicer lsblk.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.bashrc b/.bashrc
index 9e968d5..335ed3e 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'
-- 
GitLab