aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
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))