Last active
September 1, 2022 07:30
-
-
Save piksel/e884cf9408f8d9772503deb108bf281d to your computer and use it in GitHub Desktop.
Remove windows PATHs in WSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH=$(echo $PATH | tr ":" "\n" | grep -v '/mnt/' | paste -sd ":") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment