skip checking config file

pull/9185/head
Lars 2025-11-02 16:03:54 +01:00 committed by Lukas
parent e89820a752
commit b6fb8a2570
No known key found for this signature in database
GPG Key ID: 845CB61BD38F4E49
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ extension Ghostty {
// We only do this on macOS because other Apple platforms do not have the
// same filesystem concept.
#if os(macOS)
if let path, FileManager.default.fileExists(atPath: path) {
if let path {
ghostty_config_load_file(cfg, path)
} else {
ghostty_config_load_default_files(cfg)