diff --git a/modules/home-manager/reo101-shell/nushell/config.nu b/modules/home-manager/reo101-shell/nushell/config.nu index 334005e..296852d 100644 --- a/modules/home-manager/reo101-shell/nushell/config.nu +++ b/modules/home-manager/reo101-shell/nushell/config.nu @@ -224,7 +224,7 @@ $env.config = { } filesize: { - metric: true # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard) + metric: false # true => KB, MB, GB (ISO standard), false => KiB, MiB, GiB (Windows standard) format: "auto" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, auto }