diff options
| author | dylan <dylan.araps@gmail.com> | 2019-10-06 12:56:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-06 12:56:26 +0300 |
| commit | a3bdc1116737af7f42df074fee410be2eef5b262 (patch) | |
| tree | 1847782183419b9272ee691f629db9d137daee14 | |
| parent | 8b9c409650f290585571f733726f3bd2c1138ac6 (diff) | |
| parent | 2bc0fd87a5e757636612597751e6368f8221d6de (diff) | |
| download | pfetch-a3bdc1116737af7f42df074fee410be2eef5b262.tar.gz | |
Merge pull request #26 from turquoise-hexagon/master
pfetch: crux pkgs count support
| -rwxr-xr-x | pfetch | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -438,6 +438,7 @@ get_pkgs() { Linux*) # Commands which print packages one per line. has bonsai && bonsai list + has crux && pkginfo -i has pacman-key && pacman -Qq has dpkg && dpkg-query -f '.\n' -W has rpm && rpm -qa |
