docs: mention ~ and $HOME for parser-directories
This commit is contained in:
parent
b8ba76b1ae
commit
19148eaa0d
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ on your filesystem. You can control this using the `"parser-directories"` key in
|
|||
{
|
||||
"parser-directories": [
|
||||
"/Users/my-name/code",
|
||||
"/Users/my-name/other-code"
|
||||
"~/other-code",
|
||||
"$HOME/another-code"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue