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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,4 +40,8 @@ Syntax: `config {flags}`
## Examples ## 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).