From 2c3841012e44a143fdf0733ff3bb863c345e15a1 Mon Sep 17 00:00:00 2001 From: DessertEagle <89012347+DessertEagle@users.noreply.github.com> Date: Mon, 16 Aug 2021 12:14:46 +0200 Subject: [PATCH] packages: Add pm and cargo package managers --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 9fd88247..8205dc62 100755 --- a/neofetch +++ b/neofetch @@ -1555,6 +1555,7 @@ get_packages() { has butch && tot butch list has swupd && tot swupd bundle-list --quiet has pisi && tot pisi li + has pm && tot pm list packages # Using the dnf package cache is much faster than rpm. if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then @@ -1625,6 +1626,7 @@ get_packages() { has flatpak && tot flatpak list has spm && tot spm list -i has puyo && dir ~/.puyo/installed + has cargo && dir ~/.cargo/bin/* # Snap hangs if the command is run without the daemon running. # Only run snap if the daemon is also running.