vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

Cannot z to network drives #120

Closed stinos closed 3 years ago

stinos commented 3 years ago

I have network drives like this:

> Get-ZLocation
....
1 Microsoft.PowerShell.Core\FileSystem::\\server\share
....

and this works with cd, with and without the prefix:

> Set-Location \\server\share
> Set-Location Microsoft.PowerShell.Core\FileSystem::\\server\share

but ZLocation handles none of these:

> Set-ZLocation \\server\share
WARNING: Cannot find matching location
> Set-ZLocation Microsoft.PowerShell.Core\FileSystem::\\server\share
WARNING: Cannot find matching location

Same behavior on PS 5.1 and 7.1

stinos commented 3 years ago

Sorry didn't realize I tested this with an older release, fixed in (at least) 1.4.2