mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
isolated-tmux: fix quoting error
This commit is contained in:
parent
ebb8368464
commit
e2ee8a0beb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function isolated-tmux-start
|
||||||
|
|
||||||
# Loop a bit, until we get an initial prompt.
|
# Loop a bit, until we get an initial prompt.
|
||||||
for i in (seq 25)
|
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
|
break
|
||||||
end
|
end
|
||||||
sleep .2
|
sleep .2
|
||||||
|
|
Loading…
Reference in a new issue