From bdda5d9182bef62c4d96c9959d72d4012191564a Mon Sep 17 00:00:00 2001 From: reo101 Date: Fri, 17 Nov 2023 16:02:04 +0200 Subject: [PATCH] fix(nushell): comment out old `cd` config --- modules/home-manager/reo101-shell/nushell/config.nu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/reo101-shell/nushell/config.nu b/modules/home-manager/reo101-shell/nushell/config.nu index 5361dbf..334005e 100644 --- a/modules/home-manager/reo101-shell/nushell/config.nu +++ b/modules/home-manager/reo101-shell/nushell/config.nu @@ -150,9 +150,9 @@ $env.config = { 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