vviikk / vviikk.github.io

Vik Ramanujam's Résumé, thoughts & recipes
https://vik.ramanuj.am
The Unlicense
1 stars 0 forks source link

Add info about removing windows binaries from PATH. #2

Open vviikk opened 5 years ago

vviikk commented 5 years ago

image

image

echo "export PATH=`echo $PATH | tr ':' '\n' | grep -v /mnt/ | tr '\n' ':'`" >> ~/.bashrc
vviikk commented 5 years ago

Solution using /etc/wsl.conf

appendWindowsPath=False