Commit graph

9 commits

Author SHA1 Message Date
Monson Shao 8f64caedbc z-lua: reveal bin name z to z.lua
According to document, user should call `eval "$(z.lua --init zsh)"` to initialize, it will create a _zlua() function and alias z to it, so there is no need to rename z.lua to z.
The formal bin name z.lua is better accordant with other distros.
2020-08-23 16:54:30 +08:00
R. RyanTM db522fda91 z-lua: 1.8.4 -> 1.8.7 2020-06-30 20:44:18 +00:00
Mario Rodas 6c756e8b15
z-lua: 1.7.4 -> 1.8.4 2020-03-22 04:20:00 -05:00
R. RyanTM 2b11759d89 z-lua: 1.7.3 -> 1.7.4 2020-01-26 14:12:28 +00:00
Mario Rodas 0f1ce1787f
z-lua: wrap LUA_CPATH manually instead of lua.withPackages
We can't use lua.withPackages, because on darwin shebangs can't point to
interpreted (shebang'd) scripts. See https://github.com/NixOS/nixpkgs/issues/23018
2019-09-21 04:20:00 -05:00
Will Dietz c659b70e86 z-lua: 1.7.2 -> 1.7.3, lua-filesystem so _ZL_USE_LFS can be used
https://github.com/skywind3000/z.lua/releases/tag/v1.7.3
2019-09-14 18:49:22 +09:00
Mario Rodas dad37cbbf8
z-lua: 1.7.1 -> 1.7.2 2019-08-01 08:00:00 -05:00
Will Dietz e53396adcb
z-lua: 1.7.0 -> 1.7.1
https://github.com/skywind3000/z.lua/releases/tag/v1.7.1
2019-06-09 22:17:23 -05:00
Mario Rodas 3a2d01cf01
z-lua: init at 1.7.0 2019-04-27 08:03:06 -05:00