Closed tgeng closed 1 year ago
Is it possible to make z accept partial path like a/b/c in addition to c? Sometimes I have multiple directories called c under different places and supporting prefixing with a partial path would be nice.
z
a/b/c
c
I think it may already work this way. If not, then try replacing / by spaces: ‘z a b c’. That should work for sure.
Is it possible to make
z
accept partial path likea/b/c
in addition toc
? Sometimes I have multiple directories calledc
under different places and supporting prefixing with a partial path would be nice.