clink-zoxide icon indicating copy to clipboard operation
clink-zoxide copied to clipboard

cannot change directory to `c:\` by `..`

Open gotoh opened this issue 7 months ago • 0 comments

Current code has an unexpected behaviour:

c:\ $ cd c:\temp\foo
c:\temp\foo $ z ...
c:\temp $ z ..
zoxide: no match found
c:\temp $

gotoh avatar Jul 17 '24 06:07 gotoh