skywind3000 / z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.
MIT License
2.94k stars 137 forks source link

Launch with problem #152

Open cicada-lewis opened 2 years ago

cicada-lewis commented 2 years ago

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 interpretz.fish ? What should I do?

skywind3000 commented 2 years ago

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

cicada-lewis commented 2 years ago

It works. very thx.