Skip to content

Commit 731f105

Browse files
committed
feat!: add ptyxis support (#1005)
BREAKING CHANGE: Index of `Custom` shell/terminal Signed-off-by: leo <[email protected]>
1 parent 507e502 commit 731f105

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/Models/ShellOrTerminal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ static ShellOrTerminal()
5757
new ShellOrTerminal("mate-terminal", "MATE Terminal", "mate-terminal"),
5858
new ShellOrTerminal("foot", "Foot", "foot"),
5959
new ShellOrTerminal("wezterm", "WezTerm", "wezterm"),
60+
new ShellOrTerminal("ptyxis", "Ptyxis", "ptyxis"),
6061
new ShellOrTerminal("custom", "Custom", ""),
6162
};
6263
}
6.77 KB
Loading

0 commit comments

Comments
 (0)