From 7a3396ecd377b4229bb04b25ea95edad878c8452 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 17 Sep 2020 08:26:38 +0300 Subject: [PATCH] packages: add carbs support --- pfetch | 1 + 1 file changed, 1 insertion(+) diff --git a/pfetch b/pfetch index 625e9e1..755ad2a 100755 --- a/pfetch +++ b/pfetch @@ -491,6 +491,7 @@ get_pkgs() { # Directories containing packages. has kiss && printf '%s\n' /var/db/kiss/installed/*/ + has cpt-list && printf '%s\n' /var/db/cpt/installed/*/ has brew && printf '%s\n' "$(brew --cellar)/"* has emerge && printf '%s\n' /var/db/pkg/*/*/ has pkgtool && printf '%s\n' /var/log/packages/*