From 048e2d93fd3e050d382f87f1dff55150b685c7c6 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:03:36 -0500 Subject: [PATCH] [F] Fix shellcheck --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 90bab066..d295e402 100755 --- a/neofetch +++ b/neofetch @@ -2069,7 +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) + has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"a # OS-specific package managers. case $os in