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