diff --git a/configs/home-manager/nushell/config.nu b/configs/home-manager/nushell/config.nu index 1744d5a..a3ebfc7 100644 --- a/configs/home-manager/nushell/config.nu +++ b/configs/home-manager/nushell/config.nu @@ -9,10 +9,6 @@ $env.config = { completions: { algorithm: "fuzzy" # prefix or fuzzy } - 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, 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: line # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (block is the default)