[fix] 'synchronize-panes' is not runnable
This commit is contained in:
parent
ef42ec68ff
commit
3ef141f829
2 changed files with 3 additions and 6 deletions
|
@ -231,14 +231,11 @@ main()
|
||||||
script="%a %m/%d %I:%M %p ${timezone} "
|
script="%a %m/%d %I:%M %p ${timezone} "
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
elif [ $plugin = "synchronize-panes" ]; then
|
||||||
else
|
|
||||||
continue
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ $plugin = "synchronize-panes" ]; then
|
|
||||||
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-synchronize-panes-colors" "cyan dark_gray")
|
IFS=' ' read -r -a colors <<< $(get_tmux_option "@dracula-synchronize-panes-colors" "cyan dark_gray")
|
||||||
script="#($current_dir/synchronize_panes.sh $show_synchronize_panes_label)"
|
script="#($current_dir/synchronize_panes.sh $show_synchronize_panes_label)"
|
||||||
|
else
|
||||||
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $show_powerline; then
|
if $show_powerline; then
|
||||||
|
|
0
scripts/synchronize_panes.sh
Normal file → Executable file
0
scripts/synchronize_panes.sh
Normal file → Executable file
Loading…
Reference in a new issue