mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
feature: Add Ghostty to macOS terminals. (#928)
This commit is contained in:
parent
fa07bb5b5a
commit
6a1026c992
3 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,8 @@ namespace SourceGit.Native
|
|||
return "iTerm";
|
||||
case "warp":
|
||||
return "Warp";
|
||||
case "ghostty":
|
||||
return "Ghostty";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue