From 43b18124c468e4bfbe2f8e181c1fae44d28e72e4 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 14 Aug 2025 12:28:19 +0200 Subject: [PATCH] fix for nushell update. --- configs/home-manager/nushell/config.nu | 4 ---- 1 file changed, 4 deletions(-) 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)