2
2
espelhamento de https://github.com/Hilbis/Hilbish sincronizado 2025-07-14 14:52:02 +00:00

fix: make minimal config actually minimal and not require lunacolors

Esse commit está contido em:
TorchedSammy 2021-11-27 22:51:32 -05:00
commit f6aaf85cca
Assinado por: sammyette
ID da chave GPG: 904FC49417B44DCD

7
lua.go
Ver arquivo

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