mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:37:27 +08:00
isolated-tmux: fix quoting error
This commit is contained in:
parent
ebb8368464
commit
e2ee8a0beb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user