From 442ca012fdb88e8d9e4902b39f201474ebe955fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Feb 2024 11:19:42 +0530 Subject: [PATCH] ... --- kitty/rc/load_config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kitty/rc/load_config.py b/kitty/rc/load_config.py index e8c138bce..59b5a9a31 100644 --- a/kitty/rc/load_config.py +++ b/kitty/rc/load_config.py @@ -4,6 +4,8 @@ from typing import TYPE_CHECKING, Optional +from kitty.constants import appname + from .base import ( ArgsType, Boss, @@ -33,7 +35,7 @@ class LoadConfig(RemoteCommand): ' Note that the specified paths must exist and be readable by the kitty process on the computer that process is running on.' ' Relative paths are resolved with respect to the kitty config directory on the computer running kitty.' ) - options_spec = '''\ + options_spec = f'''\ --ignore-overrides type=bool-set By default, any config overrides previously specified at the kitty invocation command line