Commit 5f9cff07 authored by Matteo Suppo's avatar Matteo Suppo

Read default config file (in .arduino15)

parent 8f0150b3
......@@ -132,6 +132,7 @@ func initConfigs() {
}
commands.Config.Navigate("/", pwd)
commands.Config.LoadFromYAML(commands.Config.ConfigFile)
if yamlConfigFile != "" {
commands.Config.ConfigFile = paths.New(yamlConfigFile)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment