mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-21 21:30:37 +08:00
feature: supports Warp terminal on macOS (#829)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -41,6 +41,7 @@ namespace SourceGit.Models
|
||||
{
|
||||
new ShellOrTerminal("mac-terminal", "Terminal", ""),
|
||||
new ShellOrTerminal("iterm2", "iTerm", ""),
|
||||
new ShellOrTerminal("warp", "Warp", ""),
|
||||
};
|
||||
}
|
||||
else
|
||||
|
||||
@@ -36,6 +36,8 @@ namespace SourceGit.Native
|
||||
return "Terminal";
|
||||
case "iterm2":
|
||||
return "iTerm";
|
||||
case "warp":
|
||||
return "Warp";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
||||
BIN
src/Resources/Images/ShellIcons/warp.png
Normal file
BIN
src/Resources/Images/ShellIcons/warp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user