| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @dnicolson! However I don't know if there could be some edge cases! |
Sorry, something went wrong.
|
Hey @dnicolson, I want ask you if you want help me develop this project! I'm searching for members that want help me in their spare time! See #51 for details 😄. Thanks anyway! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request removes some code from the SublimeFixMacPath project in favour of using shellenv which is a Package Control dependency.
Currently when using the fish shell this package can break others that depend on the PATH environment variable. Initially a change was made (#59) to support the fish shell but it did not work as expected. In the original project fish support was added (int3h/SublimeFixMacPath#7) but broken soon after (int3h/SublimeFixMacPath@fecd771).
It is very likely more code can be removed by using shellenv, but there could be some edge cases @pichillilorenzo?