We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd93f6 commit 869acb5Copy full SHA for 869acb5
lib/ftb-tmux-popup
@@ -86,7 +86,7 @@ fi
86
popup_width=$(( min(max(comp_length + 5, popup_min_size[1]), window_width) ))
87
popup_x=$(( cursor_x + popup_width > window_width ? window_width - popup_width : cursor_x ))
88
89
-echo -E "$commands[fzf] ${(qq)fzf_opts[@]} < $tmp_dir/completions.$$ > $tmp_dir/result-$$" > $tmp_dir/fzf-$$
+echo -E "env SHELL=$ZSH_NAME $commands[fzf] ${(qq)fzf_opts[@]} < $tmp_dir/completions.$$ > $tmp_dir/result-$$" > $tmp_dir/fzf-$$
90
{
91
tmux popup -x $popup_x -y $popup_y \
92
-w $popup_width -h $popup_height \
0 commit comments