diff --git a/docs/paths_and_environment_variables.md b/docs/paths_and_environment_variables.md index 6266266..99eb490 100644 --- a/docs/paths_and_environment_variables.md +++ b/docs/paths_and_environment_variables.md @@ -15,7 +15,8 @@ export NAVI_PATH="~/.local/share/navi" Note! Even when set, `$NAVI_PATH` will not be used when installing cheat sheets directly via navi's own commands. -For example when running `navi add repo `, `~/Library/...` will still be used. +For example when running `navi add repo `, the default paths as per the `directories-next` +package will still be used. -Instead, you may clone repos directly into `$NAVI_PATH`, or write your own -manually. +To avoid this, you may simply clone repos via a regular `git clone` command, +directly into `$NAVI_PATH`.