fix: use right function to set prompt in minimal config

windows-fixes
TorchedSammy 2022-01-27 17:01:27 -04:00
parent 8c802a6e6b
commit 3f9aad64b5
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

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()