nushell: remove filesize
This commit is contained in:
parent
9b9e57c87a
commit
0d137d53a4
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue