mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-02 01:48:08 +00:00
skip checking config file
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user