From 7d61a28d3199e8d9381f71af0d1beb227cb0c2df Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 09:00:40 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))