lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
575 stars 40 forks source link

Remove "Microsoft.PowerShell.Core\FileSystem::" from WSL2 (\\wsl$\) paths #109

Closed eNV25 closed 3 years ago

eNV25 commented 3 years ago

When i open Windows Powershell in WSL2 i have Microsoft.PowerShell.Core\FileSystem::\\wsl$\Debian\home\debian as path. Microsoft.PowerShell.Core\FileSystem:: should not be there.

You can use Convert-Path to remove it but I am not a dev and I don't know where it should be placed in the code.

> Convert-Path Microsoft.PowerShell.Core\FileSystem::\\wsl$\Debian\home\debian
\\wsl$\Debian\home\debian