diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/nushell/config.nu | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
