From b64d578fd518fce0dd95f2676179356d3149907c Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 9 Nov 2023 19:28:58 -0600 Subject: [PATCH] chore: update nushell Signed-off-by: jolheiser --- .dirty | 0 apps/nogui/nushell/config.nu | 3 --- 2 files changed, 3 deletions(-) delete mode 100644 .dirty diff --git a/.dirty b/.dirty deleted file mode 100644 index e69de29..0000000 diff --git a/apps/nogui/nushell/config.nu b/apps/nogui/nushell/config.nu index 1fa7962..9589569 100644 --- a/apps/nogui/nushell/config.nu +++ b/apps/nogui/nushell/config.nu @@ -305,9 +305,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