How to use z.lua: Difference between revisions

From 清冽之泉
Jump to navigation Jump to search
Created page with "# sudo apt install zlua5.4 # git clone --depth=1 https://github.com/skywind3000/z.lua.git # 添加 eval "$(lua /home/focus/Sources/z.lua/z.lua --init bash enhanced once)""
 
No edit summary
Line 1: Line 1:
# sudo apt install zlua5.4
<syntaxhighlight lang="bash" line>
# git clone --depth=1 https://github.com/skywind3000/z.lua.git
sudo apt install zlua5.4
git clone --depth=1 https://github.com/skywind3000/z.lua.git
# 添加
# 添加
eval "$(lua /home/focus/Sources/z.lua/z.lua --init bash enhanced once)"
eval "$(lua /home/user/somedir/z.lua/z.lua --init bash enhanced once)"
</syntaxhighlight>

Revision as of 15:04, 30 April 2025

sudo apt install zlua5.4
git clone --depth=1 https://github.com/skywind3000/z.lua.git
# 添加
eval "$(lua /home/user/somedir/z.lua/z.lua --init bash enhanced once)"