mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
commit
e0943c39cf
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ In particular, check [these instructions](https://github.com/denisidoro/navi/iss
|
||||||
|
|
||||||
## Cheatsheet repositories
|
## Cheatsheet repositories
|
||||||
|
|
||||||
Running **navi** for the first time will help you download and manage cheatsheets. By default, they are soted at `~/.local/share/navi/cheats/`.
|
Running **navi** for the first time will help you download and manage cheatsheets. By default, they are stored at `~/.local/share/navi/cheats/`.
|
||||||
|
|
||||||
You can also:
|
You can also:
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ navi info cheats-path
|
||||||
```
|
```
|
||||||
prints to you all paths used to search for `.cheat` files.
|
prints to you all paths used to search for `.cheat` files.
|
||||||
|
|
||||||
You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separed paths list, e.g.,
|
You can also add other paths at runtime by running `navi` with the `--path` option and a colon-separated paths list, e.g.,
|
||||||
```sh
|
```sh
|
||||||
navi --path '/some/dir:/other/dir'
|
navi --path '/some/dir:/other/dir'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue