From 7cd310e38509846d84d10f22b196429b78b14ee3 Mon Sep 17 00:00:00 2001 From: reo101 Date: Sun, 21 Jan 2024 23:45:03 +0200 Subject: [PATCH] chore(nushell): disable `metric` `filesize` format --- modules/home-manager/reo101-shell/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }