mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Update config.md
This commit is contained in:
parent
e38a4323b4
commit
c63ad610f5
1 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue