From 3527a4fd656a5d01b2ea4202f28708db3cce8ef1 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 21 Sep 2024 14:50:40 +0200 Subject: [PATCH] nu: Remove deprecated `use_grid_icons` --- tree/.config/nushell/config.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/tree/.config/nushell/config.nu b/tree/.config/nushell/config.nu index 255ff0c..96ebe95 100644 --- a/tree/.config/nushell/config.nu +++ b/tree/.config/nushell/config.nu @@ -123,7 +123,6 @@ $env.config = { # sourced from theme.nu color_config: $color_config - use_grid_icons: true 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