aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfetch b/pfetch
index 209aa86..2b613ca 100755
--- a/pfetch
+++ b/pfetch
@@ -289,6 +289,7 @@ get_pkgs() {
# Directories containing packages.
command -v brew && printf '%s\n' "$(brew --cellar)/"*
command -v emerge && printf '%s\n' /var/db/pkg/*/*/
+ command -v pkgtool && printf '%s\n' /var/log/packages/*
# GUIX requires two commands.
command -v guix && {