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

Launch with problem

cicada-lewis opened this issue · comments

env: msys2 + fish3.3.1+ lua5.4.3
installation: I install z.lua with lua ~/.config/fish/plugins/z.lua/z.lua --init fish> ~/.config/fish/conf.d/z.fish

I am a noob with fish shell syntax, after the z.fish effect. I will get the following problem;
image
It seems like fish shell can't interpret z.fish ? What should I do?

Your lua is compiled with mingw. What you need is a msys dedicated lua. (compile yourself with gcc for msys)

It works. very thx.