Update navi_config.md

This commit is contained in:
Rubem Pacelli 2023-12-04 04:10:25 -03:00 committed by GitHub
parent 6f16237783
commit 1119164edb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ The default `.cheat` files paths are defined in the `$NAVI_PATH` environment var
```sh
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 its config files. Finally, if there is no config file or if there is no `.cheat` file paths settings there, the default `.cheat` file path fallbacks to `~/.local/share/navi/cheats/`. The command
If this environment variable is unset or if all directories do not exist, `navi` uses that paths defined in its config files. Finally, if there is no config file or if the `.cheat` file paths was not set, the default `.cheat` file path fallbacks to `~/.local/share/navi/cheats/`. The command
```sh
navi info cheats-path
```