Skip to content

Commit df06720

Browse files
goto-dev-nulllove-linger
authored andcommitted
feature: add Ghostty to Linux terminals (#2138)
Co-authored-by: Jade <dev@beingpresent.me>
1 parent c11fe16 commit df06720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Models/ShellOrTerminal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ static ShellOrTerminal()
6060
new ShellOrTerminal("foot", "Foot", "foot"),
6161
new ShellOrTerminal("wezterm", "WezTerm", "wezterm", "start --cwd ."),
6262
new ShellOrTerminal("ptyxis", "Ptyxis", "ptyxis", "--new-window --working-directory=."),
63+
new ShellOrTerminal("ghostty", "Ghostty", "ghostty"),
6364
new ShellOrTerminal("kitty", "kitty", "kitty"),
6465
new ShellOrTerminal("custom", "Custom", ""),
6566
};

0 commit comments

Comments
 (0)