Update config.md

This commit is contained in:
Jonathan Turner
2019-12-01 06:59:53 +13:00
committed by GitHub
parent e38a4323b4
commit c63ad610f5

View File

@ -40,4 +40,8 @@ Syntax: `config {flags}`
## Examples
A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/).
```shell
> config --set [table_mode "light"]
```
A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/en/configuration).