packages: add carbs support

This commit is contained in:
Dylan Araps 2020-09-17 08:26:38 +03:00
parent 0972ac1f5c
commit 7a3396ecd3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

1
pfetch
View File

@ -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/*