mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Update navi_config.md
This commit is contained in:
parent
a46188783d
commit
26cdf9f5cd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,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 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 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
|
||||
```sh
|
||||
navi info cheats-path
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue