2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-01 19:23:24 +00:00

fix: use right function to set prompt in minimal config

This commit is contained in:
TorchedSammy 2022-01-27 17:01:27 -04:00
parent 8c802a6e6b
commit 3f9aad64b5
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

2
lua.go
View File

@ -12,7 +12,7 @@ import (
"github.com/yuin/gopher-lua"
)
var minimalconf = `prompt '& '`
var minimalconf = `hilbish.prompt '& '`
func luaInit() {
l = lua.NewState()