]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/lsblk
bash-completion: Add non-canonical device fallback
[thirdparty/util-linux.git] / bash-completion / lsblk
index a1e9e61b62ff18635ff4f2bee35ade7a2534bb7d..e54fc4d5e58078f2d30e1c75533bd47bdf1913fc 100644 (file)
@@ -85,6 +85,7 @@ _lsblk_module()
                        return 0
                        ;;
        esac
+       compopt -o bashdefault -o default
        COMPREPLY=( $(compgen -W "$($1 -pnro name)" -- $cur) )
        return 0
 }