Count all AppImage files
For AppImages count files ending in .AppImage as well as .appimage (and anything in between).
This commit is contained in:
parent
ccd5d9f526
commit
42d72fd13e
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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)
|
||||
|
|
Loading…
Reference in a new issue