fix(nushell): comment out old cd config

This commit is contained in:
reo101 2023-11-17 16:02:04 +02:00
parent e265948572
commit bdda5d9182
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -150,9 +150,9 @@ $env.config = {
always_trash: false # always act as if -t was given. Can be overridden with -p always_trash: false # always act as if -t was given. Can be overridden with -p
} }
cd: { # cd: {
abbreviations: false # allows `cd s/o/f` to expand to `cd some/other/folder` # abbreviations: false # allows `cd s/o/f` to expand to `cd some/other/folder`
} # }
table: { table: {
mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other