3 lines
177 B
Text
3 lines
177 B
Text
#compdef moul
|
|
compadd -V unsorted $(lsblk --list --noheadings --output name)
|
|
# TODO lsblk --list --noheadings --output name,label,fstype | grep ".\+ [^ ]\+" | sed "s/ [^ ]*$//"
|