mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
* completions/flatpak: don't ignore packages with uppercase in name `[^A-Z]+` here seems to trim header section in old version flatpak (avoid one more `tail -n -2`?) but this can ignore packages have uppercase name like `org.gtk.Gtk3theme.Adwaita-dark`. * completions/flatpak: use cached `__fish_print_flatpak_packages` for `flatpak install`