We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lvremove
1 parent 92f558d commit ae918f0Copy full SHA for ae918f0
completions/lvm
@@ -26,7 +26,7 @@ _comp_cmd_lvm__physicalvolumes()
26
_comp_cmd_lvm__logicalvolumes()
27
{
28
_comp_compgen_split -- "$(lvscan 2>/dev/null |
29
- command sed -n -e "s|^.*'\(.*\)'.*$|\1|p")"
+ command sed -n -e "s|^.*'\(.*\)'.*$|\1|p") /dev/mapper/"
30
if [[ $cur == /dev/mapper/* ]]; then
31
_comp_compgen -a filedir
32
local i
0 commit comments