Skip to content

Commit

Permalink
[F] am count packages fix (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Jan 3, 2025
1 parent 9806ced commit d6b559f
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 @@ -2183,7 +2183,7 @@ get_packages() {
has evox && tot cat /var/evox/packages/DB
has squirrel && tot ls -w 1 /var/packages
has anise && tot anise s --installed
has am && pac "$(am -f --less)"
has am && pac "$(am -f --less | awk '{ SUM += $1} END { print SUM }')"
# Bonsai refers to the now archived repo https://github.com/mitchweaver/bonsai
has bonsai && tot bonsai list
# Rad refers to https://github.com/glaucuslinux/rad
Expand Down

0 comments on commit d6b559f

Please sign in to comment.