Show the current theme name in kitty.conf as well

This commit is contained in:
Kovid Goyal
2021-08-08 09:42:07 +05:30
parent 5a47e0d2e4
commit e376c79dda
2 changed files with 4 additions and 4 deletions

View File

@@ -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])