fix: make minimal config work with new version

pull/60/head
sammyette 2021-06-08 17:40:52 -04:00
parent ef45bafb54
commit 2a084fc03e
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 2 additions and 2 deletions

4
lua.go
View File

@ -16,8 +16,8 @@ import (
)
var minimalconf = `
ansikit = require 'ansikit'
prompt(ansikit.format(
lunacolors = require 'lunacolors'
prompt(lunacolors.format(
'{blue}%u {cyan}%d {green}{reset} '
))
`