feat: add ghostty to known terminals list
Some checks failed
CI / test (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / fmt (push) Has been cancelled

This commit is contained in:
2026-07-24 13:50:38 +02:00
parent 051d19d878
commit fa5d38107a

View File

@@ -9,6 +9,10 @@ struct KnownTerminal {
}
const KNOWN_TERMINALS: &[KnownTerminal] = &[
KnownTerminal {
bin: "ghostty",
exec_flag: "-e",
},
KnownTerminal {
bin: "foot",
exec_flag: "-e",