aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-29 12:24:18 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-29 12:24:18 +0300
commit7e70668ce77fd6c7ae92d4ea31eab71007af076b (patch)
tree152e224c65362da1e8854e35052fefc1194b7b37
parent935fd295dd3ca632f048f5381c6ed94b6e103944 (diff)
downloadpfetch-7e70668ce77fd6c7ae92d4ea31eab71007af076b.tar.gz
kiss: faster package list'
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 0931782..7d5cd27 100755
--- a/pfetch
+++ b/pfetch
@@ -407,7 +407,6 @@ get_pkgs() {
case $os in
Linux*)
# Commands which print packages one per line.
- has kiss && kiss l
has bonsai && bonsai list
has pacman-key && pacman -Qq
has dpkg && dpkg-query -f '.\n' -W
@@ -417,6 +416,7 @@ get_pkgs() {
has guix && guix package --list-installed
# Directories containing packages.
+ has kiss && printf '%s\n' /var/db/kiss/installed/*/
has brew && printf '%s\n' "$(brew --cellar)/"*
has emerge && printf '%s\n' /var/db/pkg/*/*/
has pkgtool && printf '%s\n' /var/log/packages/*