This is a stripped down version with abduco and stderr redirects removed, but basically the same as term-dmenu.
export input='$(echo hi, i get evaluated)'; dash -c 'output=$(echo "$input" | fzf); export output; dash -c "echo \"$output\""'
I noticed this behaviour when using rg output as input to fzf in term-dmenu.
This is a stripped down version with abduco and stderr redirects removed, but basically the same as
term-dmenu.export input='$(echo hi, i get evaluated)'; dash -c 'output=$(echo "$input" | fzf); export output; dash -c "echo \"$output\""'I noticed this behaviour when using
rgoutput as input tofzfinterm-dmenu.