From 06c12113424e4a79eee7d7b086cfe1e72ee1db12 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sun, 27 Oct 2024 14:51:23 +0100 Subject: [PATCH] Update nushell config format --- tree/.config/nushell/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index dd8123b..bb7f43f 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -123,7 +123,7 @@ $env.config = { # sourced from theme.nu color_config: $color_config - footer_mode: "25" # always, never, number_of_rows, auto + footer_mode: 25 # always, never, number_of_rows, auto float_precision: 2 # the precision for displaying floats in tables buffer_editor: "" # command that will be used to edit the current line buffer with ctrl+o, if unset fallback to $env.EDITOR and $env.VISUAL use_ansi_coloring: true