From 2bc0fd87a5e757636612597751e6368f8221d6de Mon Sep 17 00:00:00 2001 From: turquoise-hexagon Date: Sun, 6 Oct 2019 11:21:59 +0200 Subject: [PATCH] add support for crux pkgs count --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index 36a578b..371871a 100755 --- a/pfetch +++ b/pfetch @@ -438,6 +438,7 @@ get_pkgs() { Linux*) # Commands which print packages one per line. has bonsai && bonsai list + has crux && pkginfo -i has pacman-key && pacman -Qq has dpkg && dpkg-query -f '.\n' -W has rpm && rpm -qa