mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 05:10:25 +08:00
feature: add Ghostty to Linux terminals (#2138)
Co-authored-by: Jade <dev@beingpresent.me>
This commit is contained in:
@@ -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", ""),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user