Skip to content

Commit

Permalink
[PR] #234 from oSoWoSo: support "AM" Application Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Feb 14, 2024
2 parents fd5ff6a + d5e3b07 commit b9db6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9db6d2

Please sign in to comment.