mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
feature: Add Ghostty to macOS terminals. (#928)
This commit is contained in:
@@ -42,6 +42,7 @@ namespace SourceGit.Models
|
||||
new ShellOrTerminal("mac-terminal", "Terminal", ""),
|
||||
new ShellOrTerminal("iterm2", "iTerm", ""),
|
||||
new ShellOrTerminal("warp", "Warp", ""),
|
||||
new ShellOrTerminal("ghostty", "Ghostty", "")
|
||||
};
|
||||
}
|
||||
else
|
||||
|
||||
@@ -44,6 +44,8 @@ namespace SourceGit.Native
|
||||
return "iTerm";
|
||||
case "warp":
|
||||
return "Warp";
|
||||
case "ghostty":
|
||||
return "Ghostty";
|
||||
}
|
||||
|
||||
return string.Empty;
|
||||
|
||||
BIN
src/Resources/Images/ShellIcons/ghostty.png
Normal file
BIN
src/Resources/Images/ShellIcons/ghostty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user