give up to wrap command into a shell to avoid conflict with connect.kak
This commit is contained in:
parent
8aa144a548
commit
f33126c2a9
|
@ -13,7 +13,7 @@ declare-option -hidden -docstring %{zellij run options (please check out "zellij
|
||||||
|
|
||||||
define-command -hidden -params .. zellij-run %{
|
define-command -hidden -params .. zellij-run %{
|
||||||
nop %sh{
|
nop %sh{
|
||||||
zellij run ${kak_opt_zellij_run_options} -- $SHELL -i -c "$*" < /dev/null > /dev/null 2>&1 &
|
zellij run $kak_opt_zellij_run_options -- "$@"
|
||||||
}
|
}
|
||||||
set global zellij_run_options ""
|
set global zellij_run_options ""
|
||||||
unset buffer zellij_run_options
|
unset buffer zellij_run_options
|
||||||
|
|
Loading…
Reference in New Issue
Block a user