garybernhardt / selecta

A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.
MIT License
1.34k stars 81 forks source link

Replace the bash and exec with "env -S" #107

Closed amichaelc closed 3 years ago

amichaelc commented 3 years ago

This is much simpler and retains Linux compatibility.

garybernhardt commented 3 years ago

Wow, somehow I never knew about env -S. Thanks!