Skip to content

Commit

Permalink
Update table mode config doc, fix nushell#1007 (nushell#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Aug 19, 2023
1 parent cb5ad1c commit e596774
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions book/coloring_and_theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ Many parts of Nushell's interface can have their color customized. All of these

## `Table borders`

Table borders are controlled by the `table_mode` setting in `config.nu`. Here is an example:
Table borders are controlled by the `$env.config.table.mode` setting in `config.nu`. Here is an example:

```shell
> $env.config = {
table_mode: rounded
table: {
mode: rounded
}
}
```

Here are the current options for `table_mode`:
Here are the current options for `$env.config.table.mode`:

- `rounded` # of course, this is the best one :)
- `basic`
Expand Down

0 comments on commit e596774

Please sign in to comment.