wcd -- cd to a Windows-style path in WSL What does it do? user@windows / $ wcd 'C:\Test' user@windows /mnt/c/Test $ You have to use '' around the path. End of user manual. How to install it? I added this to the .zshrc: wcd () { cd $(wslpath $1) }