aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 371871a..d24a714 100755
--- a/pfetch
+++ b/pfetch
@@ -509,7 +509,7 @@ get_pkgs() {
esac | wc -l
`
- log pkgs "${packages:-?}" >&6
+ [ "$packages" -gt 1 ] && log pkgs "$packages" >&6
}
get_memory() {