feature: supports Warp terminal on macOS (#829)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-12-20 10:32:17 +08:00
parent 50892f7401
commit 1862428a0f
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ namespace SourceGit.Models
{
new ShellOrTerminal("mac-terminal", "Terminal", ""),
new ShellOrTerminal("iterm2", "iTerm", ""),
new ShellOrTerminal("warp", "Warp", ""),
};
}
else