give up to wrap command into a shell to avoid conflict with connect.kak

This commit is contained in:
Bob Qi 2023-02-22 15:57:22 +08:00
parent 8aa144a548
commit f33126c2a9

View File

@ -13,7 +13,7 @@ declare-option -hidden -docstring %{zellij run options (please check out "zellij
define-command -hidden -params .. zellij-run %{
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 ""
unset buffer zellij_run_options