mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
feature: supports Warp
terminal on macOS (#829)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
50892f7401
commit
1862428a0f
3 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace SourceGit.Models
|
|||
{
|
||||
new ShellOrTerminal("mac-terminal", "Terminal", ""),
|
||||
new ShellOrTerminal("iterm2", "iTerm", ""),
|
||||
new ShellOrTerminal("warp", "Warp", ""),
|
||||
};
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue