mirror of
https://github.com/nushell/nushell.git
synced 2024-12-23 15:39:06 +01:00
sync $env.config.filesize.metric
(#10277)
# Description just noticed `$env.config.filesize.metric` is not the same in `default_config.nu` and `config.rs` # User-Facing Changes filesizes will show in "binary" mode by default when using the default config files, i.e. `kib` instead of `kb`. # Tests + Formatting # After Submitting
This commit is contained in:
parent
38f4ab0bc9
commit
f3656f7822
@ -211,7 +211,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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user