Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2006 from chewblacka - Count all AppImage files
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2006
Thanks to @chewblacka

Co-authored-by: chewblacka <jgarcia3788@yahoo.co.uk>
  • Loading branch information
hykilpikonna and chewblacka committed Jul 31, 2022
2 parents 6a0754a + 42d72fd commit 7d1ff19
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 @@ -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)
Expand Down

0 comments on commit 7d1ff19

Please sign in to comment.