docs: update

This commit is contained in:
Dylan Araps 2019-09-25 10:19:37 +03:00
parent 4a43ea23d2
commit f1ab38d6f7

2
pfetch
View File

@ -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))