1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 20:29:47 +00:00

update oh-my-fish entry

This commit is contained in:
skywind3000
2019-02-07 01:58:48 +08:00
parent 356d34215e
commit 961e9cb3ce

View File

@@ -28,6 +28,9 @@ else if type -q lua5.2
lua5.2 $_zlua_dir/z.lua --init fish enhanced once echo | source
else if type -q lua5.1
lua5.1 $_zlua_dir/z.lua --init fish enhanced once echo | source
else
echo "init z.lua failed, not find lua in your system"
return
end