oh-my-fish / plugin-foreign-env

Run foreign bash scripts and capture exported environment variables
MIT License
221 stars 15 forks source link

Add caveat for or fix Bash command substitution #24

Open hpfr opened 4 years ago

hpfr commented 4 years ago

If an export contains bash command substitution $( ... ), it won't work in fish. This is similar to #4. Is it possible to fix #4 and this issue? It seems like it would be straightforward regex. I'm not a fish expert though.