sed_i '/^alias grep=/ s/^/#/' shell/aliases
fi
+if ! lsblk --merge >/dev/null 2>&1; then
+ echo 'shell/aliases: removing lsblk --merge'
+ sed_i 's/lsblk --merge/lsblk/' shell/aliases
+fi
+
generate screenrc .in cat
# As screen-256color is not widely supported use it only on machines where the
# matching terminfo entry is available. This also requires a terminal emulator
# 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