We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982710f commit c461704Copy full SHA for c461704
neofetch
@@ -1261,8 +1261,6 @@ get_packages() {
1261
has "sorcery" && tot gaze installed
1262
has "alps" && tot alps showinstalled
1263
has "butch" && tot butch list
1264
- has "flatpak" && tot flatpak list
1265
- has "snap" && tot snap list && ((packages-=1))
1266
1267
# Counting files/dirs.
1268
has "emerge" && dir /var/db/pkg/*/*/
@@ -1288,6 +1286,10 @@ get_packages() {
1288
1286
has "pkg" && tot pkg list
1289
1287
;;
1290
esac
+
+ # List these last as they accompany regular package managers.
1291
+ has "flatpak" && tot flatpak list
1292
+ has "snap" && tot snap list && ((packages-=1))
1293
1294
1295
"Mac OS X" | "MINIX")
0 commit comments