mrjohannchang / fz.sh

Cli shell plugin, the missing fuzzy tab completion feature for the z jump around command.
Mozilla Public License 2.0
528 stars 27 forks source link

bash: bad substitution #29

Open mfiano opened 2 years ago

mfiano commented 2 years ago
mfiano@workstation ~$ z pr<ENTER>
# works
mfiano@workstation ~/.../Julia/Practice$ cd ~
mfiano@workstation ~$ z pr<TAB>
mfiano@workstation ~$ z prbash: ${=fzf}: bad substitution

Arch Linux GNU bash, version 5.1.16 fz 82ef398 fzf 0.30.0 z.lua 1.8.15

Konfekt commented 1 year ago

How about the more portable eval ?