From 4e33cf2f61298ce5e962e63dabff0f7d721ff855 Mon Sep 17 00:00:00 2001 From: appadeia Date: Thu, 4 Oct 2018 23:25:04 -0400 Subject: [PATCH] Add support for puyo & spm --- neofetch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neofetch b/neofetch index 27a0be1d..f46abb04 100755 --- a/neofetch +++ b/neofetch @@ -1303,6 +1303,8 @@ get_packages() { # List these last as they accompany regular package managers. 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. # Only run snap if the daemon is also running.