aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-25 09:00:40 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-25 09:00:40 +0300
commit7d61a28d3199e8d9381f71af0d1beb227cb0c2df (patch)
tree4fd981553694213235e95a83eba51bae1fa01c76
parent4488314f7894e0008601b7e0a047eb9187b0760e (diff)
downloadpfetch-7d61a28d3199e8d9381f71af0d1beb227cb0c2df.tar.gz
docs: update
-rwxr-xr-xpfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfetch b/pfetch
index 63c2de8..588a4f6 100755
--- a/pfetch
+++ b/pfetch
@@ -331,7 +331,7 @@ get_memory() {
# This ensures that any variables defined in the while loop
# are still accessible in the script.
done <<-EOF
- $(vmstat)
+ $(vm_stat)
EOF
mem_used=$((mem_used * 4 / 1024))