navi/docs/config_file.md
Kian-Meng Ang 5c6da68122 Prettify md/yaml files
Resolved via `prettier -w .`
2022-09-08 20:56:04 +08:00

571 B

Config file

Example

An example config can be found by running:

navi info config-example

You can also read it online by clicking here.

Location

Run the following command to check where the config file is/should be located:

navi info config-path

Creating the file

Run the following command to generate a config file with the default parameters:

navi info config-example > "$(navi info config-path)"