From 811ec5d2d23b2a7a2391a1545912d29c399070f6 Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 29 Mar 2024 16:23:58 +0100 Subject: [PATCH] am fix --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 1f4b8399..ba3bd467 100755 --- a/neofetch +++ b/neofetch @@ -2070,7 +2070,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)"a + has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)" # OS-specific package managers. case $os in