mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Add support for puyo & spm
This commit is contained in:
2
neofetch
2
neofetch
@@ -1303,6 +1303,8 @@ get_packages() {
|
|||||||
|
|
||||||
# List these last as they accompany regular package managers.
|
# List these last as they accompany regular package managers.
|
||||||
has "flatpak" && tot flatpak list
|
has "flatpak" && tot flatpak list
|
||||||
|
has "spm" && tot spm list -i
|
||||||
|
has "puyo" && dir ~/.puyo/installed
|
||||||
|
|
||||||
# Snap hangs if the command is run without the daemon running.
|
# Snap hangs if the command is run without the daemon running.
|
||||||
# Only run snap if the daemon is also running.
|
# Only run snap if the daemon is also running.
|
||||||
|
Reference in New Issue
Block a user