2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 03:33:22 +00:00

fix: make minimal config actually minimal and not require lunacolors

This commit is contained in:
TorchedSammy 2021-11-27 22:51:32 -05:00
parent 12910ba724
commit f6aaf85cca
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

7
lua.go
View File

@ -17,12 +17,7 @@ import (
"layeh.com/gopher-luar"
)
var minimalconf = `
lunacolors = require 'lunacolors'
prompt(lunacolors.format(
'{blue}%u {cyan}%d {green}{reset} '
))
`
var minimalconf = `prompt '& '`
func LuaInit() {
l = lua.NewState()