nushell/docs/commands/config-set.md
JT bff81f24aa
Autogenerate missing docs (#3514)
* Autogenerate missing docs

* Update ansi.md

* Rename question mark command docs

* Delete empty?.md
2021-05-30 12:57:04 +12:00

603 B

config set

Sets a value in the config

Usage

> config set <key> <value> {flags} 

Parameters

  • <key> variable name to set
  • <value> value to use

Flags

  • -h, --help: Display this help message

Examples

Set auto pivoting

> config set pivot_mode always

Set line editor options

> config set line_editor [[edit_mode, completion_type]; [emacs circular]]

Set coloring options

> config set color_config [[header_align header_bold]; [left $true]]

Set nested options

> config set color_config.header_color white