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

@ -42,6 +42,7 @@ namespace SourceGit.Models
new ShellOrTerminal("mac-terminal", "Terminal", ""),
new ShellOrTerminal("iterm2", "iTerm", ""),
new ShellOrTerminal("warp", "Warp", ""),
new ShellOrTerminal("ghostty", "Ghostty", "")
};
}
else