mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 04:33:23 +00:00
fix: make minimal config actually minimal and not require lunacolors
This commit is contained in:
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…
x
Reference in New Issue
Block a user