summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubem Pacelli <rubem.engenharia@gmail.com>2023-12-04 04:10:25 -0300
committerGitHub <noreply@github.com>2023-12-04 04:10:25 -0300
commit1119164edb8546b7302dc093e3eb09ff55a20fbe (patch)
tree2902762734dde59dfcdea83d8bf9033474e00431
parent6f16237783590da1861094f257133bd8c69befbc (diff)
Update navi_config.md
-rw-r--r--docs/navi_config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/navi_config.md b/docs/navi_config.md
index 1882cb7..41006d8 100644
--- a/docs/navi_config.md
+++ b/docs/navi_config.md
@@ -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
```