skywind3000 / z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`z foo` takes me to `/foo/bar` instead of to `/foo`

devkvlt opened this issue · comments

I guess this happens because I cded into /foo/bar more often, but is this normal behaviour? Is there a fix?

Try z foo$. z takes Lua regular expressions.

use the enhanced mode.

Fixed. Thanks a lot.