Keep the default memory unit MiB, despite internal logic change
This commit is contained in:
parent
efb5a4f4be
commit
b951600d00
1 changed files with 4 additions and 1 deletions
5
neofetch
5
neofetch
|
@ -3233,7 +3233,10 @@ get_memory() {
|
|||
memory_unit_divider=$((1024 * 1024))
|
||||
;;
|
||||
|
||||
mib)
|
||||
kib)
|
||||
;;
|
||||
|
||||
*)
|
||||
mem_label=MiB
|
||||
memory_unit_divider=1024
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue