diff --git a/dot_config/nushell/default_config.nu b/dot_config/nushell/default_config.nu index f9dda71..05bfe1a 100644 --- a/dot_config/nushell/default_config.nu +++ b/dot_config/nushell/default_config.nu @@ -72,11 +72,6 @@ export def main [] { } } - filesize: { - 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 - } - cursor_shape: { emacs: line # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (line is the default) vi_insert: block # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (block is the default)