From d5e3b07c1c263c8ea8a7461e84df6784a959eb0e Mon Sep 17 00:00:00 2001 From: zenobit Date: Tue, 13 Feb 2024 23:48:16 +0100 Subject: [PATCH] feat: AM: AppImages Manager --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 1b2a90e4..90bab066 100755 --- a/neofetch +++ b/neofetch @@ -2069,6 +2069,7 @@ get_packages() { has pipx && tot pipx list --short has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs" has npm && pkgs_h=1 tot npm list -g --depth=0 + has am && pac $(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4) # OS-specific package managers. case $os in