From 7b3cb8a0b5d6f3fb0f641d815a09ec8d80a1e92e Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Sun, 9 Feb 2025 21:54:47 +0000 Subject: [PATCH] Removed deprecated setting from nushell config --- dot_config/nushell/default_config.nu | 5 ----- 1 file changed, 5 deletions(-) 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)