Packages: Add support for Snap
This commit is contained in:
parent
4637e00742
commit
2cc5516b42
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1262,6 +1262,7 @@ get_packages() {
|
|||
has "alps" && tot alps showinstalled
|
||||
has "butch" && tot butch list
|
||||
has "flatpak" && tot flatpak list
|
||||
has "snap" && tot snap list && ((packages-=1))
|
||||
|
||||
# Counting files/dirs.
|
||||
has "emerge" && dir /var/db/pkg/*/*/
|
||||
|
|
Loading…
Reference in a new issue