mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 11:54:59 +00:00
enhance: added support for kitty
terminal on macOS and Linux. (#1300)
This commit is contained in:
parent
19a51f227b
commit
bac21c5714
3 changed files with 5 additions and 1 deletions
|
@ -59,6 +59,8 @@ namespace SourceGit.Native
|
|||
return "Warp";
|
||||
case "ghostty":
|
||||
return "Ghostty";
|
||||
case "kitty":
|
||||
return "kitty";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue