mirror of https://github.com/Hilbis/Hilbish
fix: make default config work with breaking changes
parent
4cc49d45c7
commit
11f193b394
|
@ -1,9 +1,9 @@
|
||||||
-- Default Hilbish config
|
-- Default Hilbish config
|
||||||
lunacolors = require 'lunacolors'
|
local lunacolors = require 'lunacolors'
|
||||||
bait = require 'bait'
|
local bait = require 'bait'
|
||||||
|
|
||||||
function doPrompt(fail)
|
function doPrompt(fail)
|
||||||
prompt(lunacolors.format(
|
hilbish.prompt(lunacolors.format(
|
||||||
'{blue}%u {cyan}%d ' .. (fail and '{red}' or '{green}') .. '∆ '
|
'{blue}%u {cyan}%d ' .. (fail and '{red}' or '{green}') .. '∆ '
|
||||||
))
|
))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue