mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-14 22:06:10 +00:00
macos: load config file default file locations
This commit is contained in:
@@ -44,7 +44,7 @@ pub fn main() !void {
|
||||
}
|
||||
|
||||
// Parse the config files that were added from our file and CLI args.
|
||||
try config.loadRecursive(alloc);
|
||||
try config.loadRecursiveFiles(alloc);
|
||||
try config.finalize();
|
||||
//std.log.debug("config={}", .{config});
|
||||
|
||||
|
Reference in New Issue
Block a user