]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/shell/aliases.in
shell: aliases: add lsblk alias with --merge
[config/dotfiles.git] / shell / shell / aliases.in
index a17301093c95e4e82a6e3cbd9e80d9f49f24e2a5..a4db8bfee044f0856faa3238e26d00d252eb294e 100644 (file)
@@ -145,4 +145,7 @@ alias ip='ip -brief -color=auto'
 # numbers (-w) and the previous, current and next month (-3)
 alias cal='ncal -b -M -w -3'
 
+# Group volumes on mdadm devices instead of displaying them multiple times
+alias lsblk='lsblk --merge'
+
 # vim: ft=sh