From 42d72fd13e99f2cc1f1842796693baac2f195e27 Mon Sep 17 00:00:00 2001 From: chewblacka Date: Tue, 21 Dec 2021 19:54:19 +0000 Subject: [PATCH] Count all AppImage files For AppImages count files ending in .AppImage as well as .appimage (and anything in between). --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d21..b91875f6 100755 --- a/neofetch +++ b/neofetch @@ -1643,7 +1643,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)