From 2da18caf958104df0f38c3e27459f09c15afd1f4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 18 Jul 2019 01:52:13 +0300 Subject: [PATCH] packages: Added package support for kiss --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 4c464c25..756fa6d0 100755 --- a/neofetch +++ b/neofetch @@ -1324,6 +1324,7 @@ get_packages() { case "$os" in "Linux" | "BSD" | "iPhone OS" | "Solaris") # Package Manager Programs. + has "kiss" && tot kiss l has "pacman-key" && tot pacman -Qq --color never has "dpkg" && tot dpkg-query -f '.\n' -W has "rpm" && tot rpm -qa