mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-03 23:35:39 +08:00
Fix modprobe completion for newer modprobe versions
This commit is contained in:
parent
cfbb511d26
commit
76ab22f74c
@ -2,7 +2,7 @@
|
||||
# Completions for the modprobe command
|
||||
#
|
||||
|
||||
complete -c modprobe -d Module -a "(/sbin/modprobe -l | sed -e 's/\/.*\/\([^\/.]*\).*/\1/')"
|
||||
complete -c modprobe -d Module -a "(find /lib/modules/(uname -r)/kernel -type f | sed -e 's/\/.*\/\([^\/.]*\).*/\1/')"
|
||||
complete -c modprobe -s v -l verbose --description "Print messages about what the program is doing"
|
||||
complete -c modprobe -s C -l config --description "Configuration file" -r
|
||||
complete -c modprobe -s c -l showconfig --description "Dump configuration file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user