From cbeb213f97885b95df99a5836eab49c4ad933c5c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Dec 2023 21:00:45 -0700 Subject: configuring cd with nushell seems to be deprecated --- resources/nushell/config.nu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/nushell/config.nu b/resources/nushell/config.nu index a184188..131226e 100644 --- a/resources/nushell/config.nu +++ b/resources/nushell/config.nu @@ -191,9 +191,9 @@ $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` - } + # 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 -- cgit v1.2.3