diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 21:00:45 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 21:00:45 -0700 |
| commit | cbeb213f97885b95df99a5836eab49c4ad933c5c (patch) | |
| tree | 87d704a3cd47595ba062e90bbe6278bae2a75793 /resources | |
| parent | 3594d18a6085f326a61da96b353bf12ee29a3662 (diff) | |
configuring cd with nushell seems to be deprecated
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 |
