mirror of https://github.com/Hilbis/Hilbish
fix: remove print
parent
3cb8e64dc0
commit
3c4351a8fe
1
lua.go
1
lua.go
|
@ -54,7 +54,6 @@ func LuaInit(confpath string) {
|
|||
.. ';/usr/share/hilbish/libs/?/init.lua;'
|
||||
.. os.getenv 'HOME' .. '/.local/share/hilbish/libs/?/init.lua;'
|
||||
.. os.getenv 'HOME' .. '/.local/share/hilbish/libs/?/?.lua'
|
||||
print(package.path)
|
||||
`)
|
||||
|
||||
err := l.DoFile("/usr/share/hilbish/preload.lua")
|
||||
|
|
Loading…
Reference in New Issue