#compdef modprobe typeset expl _wanted module expl module \ compadd $( find /lib/modules/$(uname -r) -type f -name '*.ko' -printf '%f\n' | sed 's/\.ko$//' )