packages: Added package support for kiss
This commit is contained in:
parent
1e0608f488
commit
2da18caf95
1 changed files with 1 additions and 0 deletions
1
neofetch
1
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
|
||||
|
|
Loading…
Reference in a new issue