fix(completions): list installed is not available upstream yet

This commit is contained in:
jguer 2020-12-11 10:24:32 +01:00
parent b864d433df
commit f7d6ad59cd
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

View file

@ -12,7 +12,7 @@ set -l show '__fish_contains_opt -s P show'
set -l getpkgbuild '__fish_contains_opt -s G getpkgbuild'
# Pacman constants
set -l listinstalled "(__fish_print_packages --installed)"
set -l listinstalled "(pacman -Q | string replace ' ' \t)"
set -l listrepos "(__fish_print_pacman_repos)"
set -l listgroups "(pacman -Sg)\t'Package Group'"