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 +}