diff --git a/.dirty b/.dirty new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 Binary files /dev/null and b/.dirty differ diff --git a/apps/nogui/nushell/config.nu b/apps/nogui/nushell/config.nu index 958956934b1de7c3a5bb4418a306bf8879dba24b..1fa79629a143b689222b1d024eb30d2a50d1666d 100644 --- a/apps/nogui/nushell/config.nu +++ b/apps/nogui/nushell/config.nu @@ -305,6 +305,9 @@ } 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