mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature: Add Ghostty to macOS terminals. (#928)
This commit is contained in:
parent
fa07bb5b5a
commit
6a1026c992
3 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace SourceGit.Models
|
||||||
new ShellOrTerminal("mac-terminal", "Terminal", ""),
|
new ShellOrTerminal("mac-terminal", "Terminal", ""),
|
||||||
new ShellOrTerminal("iterm2", "iTerm", ""),
|
new ShellOrTerminal("iterm2", "iTerm", ""),
|
||||||
new ShellOrTerminal("warp", "Warp", ""),
|
new ShellOrTerminal("warp", "Warp", ""),
|
||||||
|
new ShellOrTerminal("ghostty", "Ghostty", "")
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
@ -44,6 +44,8 @@ namespace SourceGit.Native
|
||||||
return "iTerm";
|
return "iTerm";
|
||||||
case "warp":
|
case "warp":
|
||||||
return "Warp";
|
return "Warp";
|
||||||
|
case "ghostty":
|
||||||
|
return "Ghostty";
|
||||||
}
|
}
|
||||||
|
|
||||||
return string.Empty;
|
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 |
Loading…
Add table
Add a link
Reference in a new issue