automotiveMastermind / numonic

The second generation prompt for macOS, Linux, and WSL
MIT License
9 stars 5 forks source link

fix(wsl): remove appending windows path to wsl path #8

Closed sjk07 closed 2 years ago

sjk07 commented 2 years ago

If you have the same applications installed on windows and on the path that numonic uses there will be errors since you are using a windows app in a linux env.

This showed up for me since i had NPM installed on windows and numonic be default would try to add tab completion on start up resulting in the error /usr/local/env 'bash\r' file or directory does not exist not something you want to see when you first load up your brand new shell or any other time for that matter 😉

dmccaffery commented 1 year ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: