mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
pkgs: support for solus
This commit is contained in:
1
pfetch
1
pfetch
@@ -452,6 +452,7 @@ get_pkgs() {
|
|||||||
has brew && printf '%s\n' "$(brew --cellar)/"*
|
has brew && printf '%s\n' "$(brew --cellar)/"*
|
||||||
has emerge && printf '%s\n' /var/db/pkg/*/*/
|
has emerge && printf '%s\n' /var/db/pkg/*/*/
|
||||||
has pkgtool && printf '%s\n' /var/log/packages/*
|
has pkgtool && printf '%s\n' /var/log/packages/*
|
||||||
|
has eopkg && printf '%s\n' /var/lib/eopkg/package/*
|
||||||
|
|
||||||
# 'nix' requires two commands.
|
# 'nix' requires two commands.
|
||||||
has nix-store && {
|
has nix-store && {
|
||||||
|
|||||||
Reference in New Issue
Block a user