From 3e647a54797bcc927b10f40dcb0da1123b0fc838 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Wed, 1 Nov 2023 09:31:00 +0100 Subject: [PATCH] nushell: Update config for 0.86 --- home-manager/modules/nushell/config.nu | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home-manager/modules/nushell/config.nu b/home-manager/modules/nushell/config.nu index 9a6997c..14443f5 100644 --- a/home-manager/modules/nushell/config.nu +++ b/home-manager/modules/nushell/config.nu @@ -99,9 +99,6 @@ $env.config = { rm: { always_trash: false # always act as if -t was given. Can be overridden with -p } - cd: { - abbreviations: false # allows `cd s/o/f` to expand to `cd some/other/folder` - } table: { mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other index_mode: always # "always" show indexes, "never" show indexes, "auto" = show indexes when a table has "index" column @@ -467,4 +464,4 @@ $env.config = { ] } ] -} \ No newline at end of file +}