badmotorfinger / z

Save time typing out directory paths in PowerShell by jumping around instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't -Remove a dir if it no longer exists

Stan-Stani opened this issue · comments

commented

I can't remove a dir from z's memory if the dir no longer exists, as it's not possible to navigate to the dir in question and then use -Remove

Apologies for the late reply.

You can clear unreachable directories by doing a z -clean

@badmotorfinger i did clean it but it still shows up in autocomplete/history even after reopening the shell. maybe a bug?