feature: Add Ghostty to macOS terminals. (#928)

This commit is contained in:
Erica Buckmann 2025-01-26 03:42:13 +01:00 committed by GitHub
parent fa07bb5b5a
commit 6a1026c992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,8 @@ namespace SourceGit.Native
return "iTerm";
case "warp":
return "Warp";
case "ghostty":
return "Ghostty";
}
return string.Empty;