Open stinos opened 3 years ago
Get-ZLocation shows for instance both c:\Temp and c:\temp. However it's not clear to me how it gets that: the actual name is temp, e.g.
Get-ZLocation
c:\Temp
c:\temp
temp
> cd c:\Temp > Get-Location Path ---- C:\temp
moreover after I execute the above, ZLocation keeps increasing weight for c:\temp. Possibly these are leftovers from an older version?
Get-ZLocation
shows for instance bothc:\Temp
andc:\temp
. However it's not clear to me how it gets that: the actual name istemp
, e.g.moreover after I execute the above, ZLocation keeps increasing weight for
c:\temp
. Possibly these are leftovers from an older version?