From c63ad610f50205db759a924163abbc6f2c8dcd51 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sun, 1 Dec 2019 06:59:53 +1300 Subject: [PATCH] Update config.md --- docs/commands/config.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/commands/config.md b/docs/commands/config.md index f5605e23a8..cae8e43ef3 100644 --- a/docs/commands/config.md +++ b/docs/commands/config.md @@ -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/). \ No newline at end of file +```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).