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