mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Show the current theme name in kitty.conf as well
This commit is contained in:
@@ -565,7 +565,7 @@ def main(args: List[str]) -> None:
|
||||
input(_('Press Enter to quit'))
|
||||
return None
|
||||
if len(items) > 1:
|
||||
items = [' '.join(items[1:])]
|
||||
items = [' '.join(items)]
|
||||
if len(items) == 1:
|
||||
return non_interactive(cli_opts, items[0])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user