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

dirstack shows the frecency rather than index while using powershell

themql opened this issue · comments

When I type z --, and the result is just likefollowing pic:

image

Is there some config i have missed?

commented

because powershell uses an ugly escaping rule, you need quote them:

z "--"

or make an alias for it.

thanks, i works

Can we add a note in the documentation about this?