aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-25 10:19:37 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-25 10:19:37 +0300
commitf1ab38d6f796c63c71037da26a824b876b069431 (patch)
tree26fba94108dd06cc2b73b97012a74b3e86d696fc
parent4a43ea23d2bd678c7f74f679c8de65f943deeb96 (diff)
downloadpfetch-f1ab38d6f796c63c71037da26a824b876b069431.tar.gz
docs: update
-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))