[PR] dylanaraps/neofetch#2006 from chewblacka - Count all AppImage files

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2006
Thanks to @chewblacka

Co-authored-by: chewblacka <jgarcia3788@yahoo.co.uk>
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-07-31 16:32:41 -04:00
commit 7d1ff19b61

View file

@ -1683,7 +1683,7 @@ get_packages() {
# This is the only standard location for appimages.
# See: https://github.com/AppImage/AppImageKit/wiki
manager=appimage && has appimaged && dir ~/.local/bin/*.appimage
manager=appimage && has appimaged && dir ~/.local/bin/*.[Aa]pp[Ii]mage
;;
"Mac OS X"|"macOS"|MINIX)