nushell: update config

This commit is contained in:
notohh 2024-10-08 09:34:06 -04:00
parent b937f46286
commit 61104f084e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -77,7 +77,6 @@ $env.config = {
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
}
use_grid_icons: true
footer_mode: "25" # 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