Skip to content

Commit 553910c

Browse files
committed
Add support for Ghostty terminal
1 parent 0294db6 commit 553910c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/supported_terminals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub static SUPPORTED_TERMINALS: LazyLock<Vec<SupportedTerminal>> = LazyLock::new
2222
("Foot", "footclient", "-e"),
2323
("Xterm", "xterm", "-e"),
2424
("COSMIC Terminal", "cosmic-term", "-e"),
25+
("Ghostty", "ghostty", "-e"),
2526
]
2627
.iter()
2728
.map(|(name, program, separator_arg)| SupportedTerminal {

0 commit comments

Comments
 (0)