diff --git a/neofetch b/neofetch index 734269b9..6e1caa93 100755 --- a/neofetch +++ b/neofetch @@ -3233,7 +3233,10 @@ get_memory() { memory_unit_divider=$((1024 * 1024)) ;; - mib) + kib) + ;; + + *) mem_label=MiB memory_unit_divider=1024 ;;