feat: add ghostty to known terminals list
This commit is contained in:
@@ -9,6 +9,10 @@ struct KnownTerminal {
|
||||
}
|
||||
|
||||
const KNOWN_TERMINALS: &[KnownTerminal] = &[
|
||||
KnownTerminal {
|
||||
bin: "ghostty",
|
||||
exec_flag: "-e",
|
||||
},
|
||||
KnownTerminal {
|
||||
bin: "foot",
|
||||
exec_flag: "-e",
|
||||
|
||||
Reference in New Issue
Block a user