From f7d6ad59cd1726f42951f14d86ff788d34aeef8d Mon Sep 17 00:00:00 2001 From: jguer Date: Fri, 11 Dec 2020 10:24:32 +0100 Subject: [PATCH] fix(completions): list installed is not available upstream yet --- completions/fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fish b/completions/fish index a62735df..77835bd2 100644 --- a/completions/fish +++ b/completions/fish @@ -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'"