diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:19:37 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:19:37 +0300 |
| commit | f1ab38d6f796c63c71037da26a824b876b069431 (patch) | |
| tree | 26fba94108dd06cc2b73b97012a74b3e86d696fc | |
| parent | 4a43ea23d2bd678c7f74f679c8de65f943deeb96 (diff) | |
| download | pfetch-f1ab38d6f796c63c71037da26a824b876b069431.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
