mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
...
This commit is contained in:
@@ -28,7 +28,7 @@ def resolved_kitten(k: str) -> str:
|
||||
|
||||
|
||||
def path_to_custom_kitten(config_dir: str, kitten: str) -> str:
|
||||
path = resolve_abs_or_config_path(kitten, None, config_dir)
|
||||
path = resolve_abs_or_config_path(kitten, conf_dir=config_dir)
|
||||
return os.path.abspath(path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user