mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feat!: add ptyxis
support (#1005)
BREAKING CHANGE: Index of `Custom` shell/terminal Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
507e502874
commit
731f1055bc
2 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ namespace SourceGit.Models
|
||||||
new ShellOrTerminal("mate-terminal", "MATE Terminal", "mate-terminal"),
|
new ShellOrTerminal("mate-terminal", "MATE Terminal", "mate-terminal"),
|
||||||
new ShellOrTerminal("foot", "Foot", "foot"),
|
new ShellOrTerminal("foot", "Foot", "foot"),
|
||||||
new ShellOrTerminal("wezterm", "WezTerm", "wezterm"),
|
new ShellOrTerminal("wezterm", "WezTerm", "wezterm"),
|
||||||
|
new ShellOrTerminal("ptyxis", "Ptyxis", "ptyxis"),
|
||||||
new ShellOrTerminal("custom", "Custom", ""),
|
new ShellOrTerminal("custom", "Custom", ""),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
BIN
src/Resources/Images/ShellIcons/ptyxis.png
Normal file
BIN
src/Resources/Images/ShellIcons/ptyxis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue