create window with persistent shell in Tmux class

This commit is contained in:
Jorge Morante 2023-09-13 16:48:20 +02:00
parent 032e3583bd
commit cb943c00cc
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class Tmux
args << "-Z"
end
system(tmux, args)
exec(args.join(" "))
end
def kill_pane(id)