skywind3000/z.lua

dirstack shows the frecency rather than index while using powershell

themql opened this issue · 3 comments

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

image

Is there some config i have missed?

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?