yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Make launcher script behave more nicely with big environments and environment variables with spaces #207

Closed cro closed 3 years ago

cro commented 3 years ago

This PR fixes #206 , using Bash dark magic to split up the login environment better, and moving $PATH to the start of the environment variables to overcome what appears to be environment truncation when launching the Avalonia framework.

yatli commented 3 years ago

Thank you!