mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-28 13:11:15 -03:00
Linux kernel modules installed by target 'modules_install' are installed to '/usr/lib/<kernel>/updates'. This applies to both out-of-tree kernel modules, or when building in-tree modules individually. Module tools like 'modprobe' and 'modinfo' search the 'updates'-directory automatically, so it should be expected that fish autocomplete to provide these modules as well. Closes #12682