mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-16 13:01:20 +02:00
parent
7e89458a3b
commit
de7ef7eace
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ cleanup() {
|
|||
\rm -f $argsf $fifo1 $fifo2 $fifo3
|
||||
|
||||
# Restore tmux window options
|
||||
if [[ "${#tmux_win_opts[@]}" -gt 0 ]]; then
|
||||
if [[ "${#tmux_win_opts[@]}" -gt 1 ]]; then
|
||||
eval "tmux ${tmux_win_opts[*]}"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue