Currently paths in config files are interpreted relative to $PWD, which means that a config file with a relative path only works when run from the correct directory. They should instead be interpreted relative to the config file, to avoid this issue.