nushell: remove filesize

This commit is contained in:
notohh 2025-02-08 20:07:00 -05:00
parent 9b9e57c87a
commit 0d137d53a4
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -76,10 +76,6 @@ $env.config = {
completer: null # check 'carapace_completer' above as an example
}
}
filesize: {
metric: true # 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, zb, zib, auto
}
footer_mode: "auto" # always, never, number_of_rows, auto
float_precision: 2
# buffer_editor: "emacs" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL