wfxr / tmux-fzf-url

🚀 Quickly open urls on your terminal screen!
Other
526 stars 42 forks source link

doesn't work on fresh installation of macos big sur #9

Closed nraw closed 3 years ago

nraw commented 3 years ago

I just wanted to add this here in case it helps anyone, but this plugin won't work directly on a fresh installation of mac big sur due to an old version of bash. If you haven't installed anything additional, mac currently comes with a heavily outdated version 3.2

That version does not have mapfile and thus this plugin doesn't work.

To fix, you can simply brew install bash which will give you a newer version of bash.