Skip to content

Commit

Permalink
Merge pull request #203 from Laxystem/master
Browse files Browse the repository at this point in the history
Correct capitalization of kitty to Kitty
  • Loading branch information
Stunkymonkey authored Nov 22, 2024
2 parents 00b139b + b601e93 commit e2be5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautilus_open_any_terminal/nautilus_open_any_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Terminal:
"guake": Terminal("Guake", workdir_arguments=["--show", "--new-tab"]),
"kermit": Terminal("Kermit"),
"kgx": Terminal("Console", new_tab_arguments=["--tab"]),
"kitty": Terminal("kitty"),
"kitty": Terminal("Kitty"),
"konsole": Terminal("Konsole", new_tab_arguments=["--new-tab"]),
"mate-terminal": Terminal("Mate Terminal", new_tab_arguments=["--tab"]),
"mlterm": Terminal("Mlterm"),
Expand Down

0 comments on commit e2be5ef

Please sign in to comment.