Update navi_config.md

This commit is contained in:
Rubem Pacelli 2024-01-17 13:24:21 -03:00 committed by GitHub
parent 26cdf9f5cd
commit b5a1ccb338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ The default `.cheat` files paths are defined in the `$NAVI_PATH` environment var
```sh ```sh
export NAVI_PATH='/path/to/a/dir:/path/to/another/dir:/yet/another/dir' export NAVI_PATH='/path/to/a/dir:/path/to/another/dir:/yet/another/dir'
``` ```
If this environment variable is unset or if all directories do not exist, `navi` uses that [paths defined in the config file](https://github.com/tapyu/to-rm-navi/blob/master/docs/config_file_example.yaml#L21-L24). Finally, if there is no config file or if the `.cheat` file paths was not set, the default `.cheat` file paths fallbacks to `~/.local/share/navi/cheats/`. The command If this environment variable is unset or if all directories do not exist, `navi` uses the [paths defined in the config file](https://github.com/tapyu/to-rm-navi/blob/master/docs/config_file_example.yaml#L21-L24). Finally, if there is no config file or if the `.cheat` file paths was not set, the default `.cheat` file paths fallbacks to `~/.local/share/navi/cheats/`. The command
```sh ```sh
navi info cheats-path navi info cheats-path
``` ```