mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 13:50:11 +00:00
This helps developers like me to use a separate config for debugging (which is already supported by the environment variable `GHOSTTY_CONFIG_PATH`). I can already use the local scheme to load a debugging config file, but when opening the config file through Ghostty, it will still open the default config. This changes doesn't affect the release build, since `configPath` is only set in the DEBUG build.