From f1ab38d6f796c63c71037da26a824b876b069431 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 10:19:37 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index c385b7a..889b58a 100755 --- a/pfetch +++ b/pfetch @@ -358,7 +358,7 @@ get_memory() { ;; # Used memory is calculated using the following "formula" (MacOS): - # wired + active + occupied * 4 / 1024 + # (wired + active + occupied) * 4 / 1024 Darwin*) mem_full=$(($(sysctl -n hw.memsize) / 1024 / 1024))