From 5f7af50f373fe531abf7cfe2bece62bfabccfa19 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:18 +0300 Subject: [PATCH] Add an alias for listing devices --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index f078c2d..9ab7054 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,3 +1,4 @@ alias ll="exa --binary --long" alias la="ll --all" alias tree="ll --tree" +alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"