Skip to content

Commit

Permalink
Merge pull request #872 from tapyu/patch-1
Browse files Browse the repository at this point in the history
update `navi_config.md`: cross-reference to `config_file_example.yaml`
  • Loading branch information
denisidoro committed Jan 18, 2024
2 parents a461887 + b5a1ccb commit 80e30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/navi_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
navi info cheats-path
```
Expand Down

0 comments on commit 80e30b5

Please sign in to comment.