mirror of https://github.com/Hilbis/Hilbish
fix: make minimal config actually minimal and not require lunacolors
parent
12910ba724
commit
f6aaf85cca
7
lua.go
7
lua.go
|
@ -17,12 +17,7 @@ import (
|
||||||
"layeh.com/gopher-luar"
|
"layeh.com/gopher-luar"
|
||||||
)
|
)
|
||||||
|
|
||||||
var minimalconf = `
|
var minimalconf = `prompt '& '`
|
||||||
lunacolors = require 'lunacolors'
|
|
||||||
prompt(lunacolors.format(
|
|
||||||
'{blue}%u {cyan}%d {green}∆{reset} '
|
|
||||||
))
|
|
||||||
`
|
|
||||||
|
|
||||||
func LuaInit() {
|
func LuaInit() {
|
||||||
l = lua.NewState()
|
l = lua.NewState()
|
||||||
|
|
Loading…
Reference in New Issue