feature: Add Ghostty to macOS terminals. (#928)

This commit is contained in:
Erica Buckmann 2025-01-26 03:42:13 +01:00 committed by GitHub
parent fa07bb5b5a
commit 6a1026c992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB