mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
Merge pull request #26 from turquoise-hexagon/master
pfetch: crux pkgs count support
This commit is contained in:
1
pfetch
1
pfetch
@@ -438,6 +438,7 @@ get_pkgs() {
|
|||||||
Linux*)
|
Linux*)
|
||||||
# Commands which print packages one per line.
|
# Commands which print packages one per line.
|
||||||
has bonsai && bonsai list
|
has bonsai && bonsai list
|
||||||
|
has crux && pkginfo -i
|
||||||
has pacman-key && pacman -Qq
|
has pacman-key && pacman -Qq
|
||||||
has dpkg && dpkg-query -f '.\n' -W
|
has dpkg && dpkg-query -f '.\n' -W
|
||||||
has rpm && rpm -qa
|
has rpm && rpm -qa
|
||||||
|
|||||||
Reference in New Issue
Block a user