1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/apps/nogui/nushell/config.nu b/apps/nogui/nushell/config.nu
index 1fa79629a143b689222b1d024eb30d2a50d1666d..958956934b1de7c3a5bb4418a306bf8879dba24b 100644
--- a/apps/nogui/nushell/config.nu
+++ b/apps/nogui/nushell/config.nu
@@ -305,9 +305,6 @@ }
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
|