doc: Add more paths where we search for config
This commit is contained in:
parent
281cb01e7b
commit
71dc86d2e7
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ Table: Default values for configuration if configuration file unavailable
|
|||
|
||||
For the configuration file is searched at the following locations:
|
||||
|
||||
1. Path: `$runtimepath/config`
|
||||
1. Path: `$runtimepath/config.toml`
|
||||
1. Path: `$runtimepath/imagrc`
|
||||
1. Path: `$runtimepath/imagrc.toml`
|
||||
1. Path: `$HOME/.imag/config`
|
||||
1. Path: `$HOME/.imag/config.toml`
|
||||
1. Path: `$HOME/.imag/imagrc`
|
||||
|
|
Loading…
Reference in a new issue