Skip to content

Commit

Permalink
[F] Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Feb 14, 2024
1 parent b9db6d2 commit 048e2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 048e2d9

Please sign in to comment.