feature: add Ghostty to Linux terminals (#2138)

Co-authored-by: Jade <dev@beingpresent.me>
This commit is contained in:
Jade
2026-02-23 19:36:59 -07:00
committed by leo
parent c11fe160fe
commit df06720f44

View File

@@ -60,6 +60,7 @@ namespace SourceGit.Models
new ShellOrTerminal("foot", "Foot", "foot"),
new ShellOrTerminal("wezterm", "WezTerm", "wezterm", "start --cwd ."),
new ShellOrTerminal("ptyxis", "Ptyxis", "ptyxis", "--new-window --working-directory=."),
new ShellOrTerminal("ghostty", "Ghostty", "ghostty"),
new ShellOrTerminal("kitty", "kitty", "kitty"),
new ShellOrTerminal("custom", "Custom", ""),
};