update separator arg for kitty
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled
This commit is contained in:
parent
9d59fdfe33
commit
ee88a6df9b
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ pub fn get_supported_terminals() -> Vec<TerminalOption> {
|
||||||
TerminalOption {
|
TerminalOption {
|
||||||
name: String::from("Kitty"),
|
name: String::from("Kitty"),
|
||||||
executable_name: String::from("kitty"),
|
executable_name: String::from("kitty"),
|
||||||
separator_arg: String::from(""),
|
separator_arg: String::from("--"),
|
||||||
},
|
},
|
||||||
TerminalOption {
|
TerminalOption {
|
||||||
name: String::from("Alacritty"),
|
name: String::from("Alacritty"),
|
||||||
|
|
Loading…
Reference in a new issue