Skip to content

Commit 374f91e

Browse files
authored
Merge pull request #76 from lidgnulinux/master
Adding Qi package(s) counter.
2 parents aa5b318 + e067cd8 commit 374f91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pfetch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ get_pkgs() {
811811
# List these last as they accompany regular package managers.
812812
has spm && count_pkg spm 0 spm list -i
813813
has puyo && count_pkg puyo 0 printf '%s\n' ~/.puyo/installed/*
814+
has qi && count_pkg qi 0 printf '%s\n' /usr/pkg/*
814815

815816
[ -d /var/packages ] && count_pkg dsm 0 printf '%s\n' /var/packages/*
816817

0 commit comments

Comments
 (0)