fix(nushell): comment out old cd
config
This commit is contained in:
parent
e265948572
commit
bdda5d9182
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue