isolated-tmux: fix quoting error

This commit is contained in:
Johannes Altmanninger 2023-09-13 11:03:43 +02:00
parent ebb8368464
commit e2ee8a0beb

View File

@ -43,7 +43,7 @@ function isolated-tmux-start
# Loop a bit, until we get an initial prompt.
for i in (seq 25)
if string match -q '*prompt*' (isolated-tmux capture-pane -p)
if string match -q '*prompt*' -- (isolated-tmux capture-pane -p)
break
end
sleep .2