summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubem Pacelli <rubem.engenharia@gmail.com>2023-12-03 19:57:53 -0300
committerGitHub <noreply@github.com>2023-12-03 19:57:53 -0300
commite0111140f52805666c0a211bffb54f870ff5e2af (patch)
tree65fd4ea74104783e032e4218f6a614b7fbaf79c3
parentec1eb7e2a1a76892e75d2625c05cafd41faa590a (diff)
Update cheatsheet_syntax.md
-rw-r--r--docs/cheatsheet_syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cheatsheet_syntax.md b/docs/cheatsheet_syntax.md
index e7db583..2f2ff9f 100644
--- a/docs/cheatsheet_syntax.md
+++ b/docs/cheatsheet_syntax.md
@@ -33,7 +33,7 @@ All the other non-empty lines are considered as executable commands.
### Folder structure
-The cheat file should be stored at `~/.local/share/navi/cheats`. It's irrelevant how many files are used to store cheatsheets. They can be all in a single file if you wish, as long as you split them accordingly with lines starting with `%`.
+By default, the `.cheat` files should be stored at `~/.local/share/navi/cheats/`, but you can add more paths in the in the [config file](https://github.com/denisidoro/navi/blob/master/docs/config_file.md). It's irrelevant how many files are used to store cheatsheets. They can be all in a single file if you wish, as long as you split them accordingly with lines starting with `%`.
### Variables