mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-06 10:05:28 +08:00

Use `apt-cache show` instead of `apt-cache packagenames` to efficiently print package names and a brief description instead of the placeholder (localized) "Package" text that was previously printed. This applies to both available and installed packages (for inistall and remove operations, respectively). TODO: update `__fish_print_packages` for non-debian platforms to do the same.